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

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -