Advanced Ajax Tables
Below you find some examples of what is possible with this script. It's especially handy to use in websites and applications that have to show much data.
Features
- Sorting columns (disable sorting on specific columns)
- Manipulate table cells with converters (php functions/objects) (See the example below with the images and colors)
- Live search field
- Tested with on database with more than 300.000 records.
- Pagination
- Works on MySQL database. (CSV and other datasources are planned for next versions)
- Multiple instances on one page.
- Automaticly sort on column x on page load
- Automaticly open page x on page load
- Choose how many rows per page
- Cross browser
- Alternating row colors
- Degrade when javascript is disabled
- Row css class based on data
Example table
As you can see we added a search box in this second example. We also changed the look of the footer and setted the table to automaticly sort the table on ID. An other thing we did is open the table by default on page 2.
