Reputation: 1461
I have a JSP page with a vector object which has about 10000 words.
Currently I am displaying them in a table format. Now I want to introduce a text box, where I enter the work and autocomplete is a part of it and the table below also gets updated with the results of the auto complete list.
Any examples?
Upvotes: 0
Views: 2397
Reputation: 1461
I sorted out this functionality using jQuery table (http://www.datatables.net/).
Upvotes: 1