Is there a decent HTML-table-generator class in PHP?

mrc

New Member
I'm looking for a decent class in PHP which will generate complex HTML tables, i.e. it should support colspan/rowspan and individual CSS classes for rows, columns and cells.
 
Back
Top