PHP table sorting, filtering and pagination

时间:2017-08-30 20:13:09

标签: php

I've been trying to find I good solution to using MySQL query data for Ajax tables with pagination, sorting and filtering. I've tried DataTables and really don't like it. I started trying FooTables but for some reason I'm having difficulty finding one good complete example of using FooTables with PHP and MySQL data.

What would you recommend for achieving Ajax driven Pagination, Sorting and Filtering with PHP right now that has a good piece of complete working example source code to learn from?

I'm using jQuery but not Bootstrap right now for my web pplications.

Thanks!

1 个答案:

答案 0 :(得分:1)

http://jtable.org/ might be a good candidate. I am using https://datatables.net/ now but I have used this in the past with good success. Jtable has good documentation and a pretty flexible plugin. The documentation also has sample code with mysql and php.