Hi everyone, I have a table that contians 3 colums in a table patient => patientname, patientid and patientmodality. I wanted to create a live search for each of the coumns, in the view, How can I do it? regards Gnan
Henning Kilset Pedersen
2005-Sep-05 10:44 UTC
Re: live_search for columns in the database.
On fre, 2005-09-02 at 20:20 +0200, Gnanavel wrote:> Hi everyone, > > I have a table that contians 3 colums in a table patient => patientname, > patientid and patientmodality. > I wanted to create a live search for each of the coumns, in the view, > How can I do it?By live search I''m assuming you mean search-as-you-type style functionality. I would suggest looking at http://script.aculo.us - which has some good libraries for helping you do this in AJAX/Rails. Regards, Henning Pedersen