Sort, Search(Filter), Paginate HTML Table
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 开发者_Python百科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
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.
JP list will be the perfect one for your requirement >> https://jplist.com/ .
Those who wants to work around with Divs elements, gallery, other html elements rather than tables , this will be the perfect jQuery plugin for this. This one includes Pagination, Sorting, Filtering and More. All in one package. Demos : https://jplist.com/demo
精彩评论