Built in search features with the basic DataTables package?
Built in search features with the basic DataTables package?
I have the very basic use of DataTables and I am curious what all the sort and filter options are. The ones I know are:
You can type multiple words separated by spaces in the search bar to locate an item in the table with two different keywords. That those words do not have to be in consecutive order.
I know that you can hold shift while sorting. Not 100% what thats called tho or what its doing.
Any pointers about this would be great. Trying to figure out all that I have with this basic use. What all I can utilize. I am not familiar enough with jQuery to do much more than that.
Thanks!
You can type multiple words separated by spaces in the search bar to locate an item in the table with two different keywords. That those words do not have to be in consecutive order.
I know that you can hold shift while sorting. Not 100% what thats called tho or what its doing.
Any pointers about this would be great. Trying to figure out all that I have with this basic use. What all I can utilize. I am not familiar enough with jQuery to do much more than that.
Thanks!
This discussion has been closed.
Replies
Its called multi-column sorting, and it is doing exactly as the name suggests - sorting on multiple columns :-)
> That those words do not have to be in consecutive order.
That is correct - the is called "smart filtering" in DataTables terminology.
Allan
http://www.datatables.net/release-datatables/examples/api/multi_filter.html