ruby - Creating sortable table in Rails application with searching/filtering functionality -


i need make ui table in rails application. contain search box , sort fields. best approach this?

you can use http://tablesorter.com/docs/ sorting

and

http://gregweber.info/projects/uitablefilter in place searching.

or

you can try meta search gem background searching

https://github.com/ernie/meta_search


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -