[Ruby on Rails] Search/filter on a specific column?
[Ruby on Rails] Search/filter on a specific column?
Hi,
I want to serch/filter on a specific column with HTML params, how can I do this?
I allowed params in URL so I can do something like : "http://localhost:3000/users?sSearch=1" so it'll make a search with "1" on all columns.
I want to combine this feature with a specific column, like this : "http://localhost:3000/users?sSearch=1&Column=1"
Thanks!
I want to serch/filter on a specific column with HTML params, how can I do this?
I allowed params in URL so I can do something like : "http://localhost:3000/users?sSearch=1" so it'll make a search with "1" on all columns.
I want to combine this feature with a specific column, like this : "http://localhost:3000/users?sSearch=1&Column=1"
Thanks!
This discussion has been closed.