I want to sort, paginate and search(search based on a column) a HTML table. I was looking at the various JQuery Plugins like DataTable, TableSorter, Picnet Table Filter, etc. but I couldn’t find any plugin which does all the 3 work (Searching, Sorting and Pagination). I have seen such a table in PHP Yii Framework but they have their own CSS and then I will have to convert my rewrite my whole project with Yii. DataTable does have a filter option but that will search a value along all the columns. What I want is to search only in one columns. I am not sure whether I will able to that with DataTable or not. Does anybody know is there any JQuery Plugin for this or any other method to do this
Share
Found this in the demo’s of DataTables: http://www.datatables.net/release-datatables/examples/api/multi_filter.html
Should have all 3 of your requirements.