ohDataTable - Universal PHP class for easy creation of Ajax-supported HTML tables using MySQL data sources

(c) Oliver Hannemann
Current version: 1.20

[ Download | Homepage/contact ]


Example 1: Simple data table

 
ID [+]Customer Quota Status
1Customer 124563Not active
2Customer 2235Active
3Customer 30Active
4Customer 43652Not active
5Customer 5500Active
6Customer 62345435Not active
7Customer 72132Active
 

Example 2: Table with advanced features: Paging, totals, search, CSV export, custom captions/images, anchors on values

ID Customer Quota Status
1Customer 124563Not active
2Customer 2235Active
3Customer 30Active
4Customer 43652Not active
5Customer 5500Active
  28950 

Example 3: Simple table with datetime handling & callback function

 
Customer [+]Last transaction
CUSTOMER 1-modified by callback function01.01.2009 05:10
CUSTOMER 2-modified by callback function15.04.2008 12:05
CUSTOMER 3-modified by callback function12.08.2007 01:00
CUSTOMER 4-modified by callback function12.01.2005 01:11
CUSTOMER 5-modified by callback function11.05.2002 11:00
CUSTOMER 6-modified by callback function15.02.2007 08:00
CUSTOMER 7-modified by callback function12.07.2006 03:00