edtau-table / ctable
Classes for HTML Tables
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:HTML
Requires
- php: >=5.4
This package is not auto-updated.
Last update: 2024-10-30 19:14:42 UTC
README
[] (https://packagist.org/packages/edtau/ctable)
By Eddie Taube (eddie.taube@gmail.com)
CTable is intended to be used with Anax-MVC (https://github.com/mosbth/Anax-MVC) but can also easy be used for a custom PHP application.
License
This software is free software and carries a MIT license.
Todo
- Add support for CSS classes
- Add support for striped tables
History
v1.2* (2015-11-14) *Refactoring CTable class
v1.1* (2015-11-13)
- Updated the CTable class with tests
- Added methods to build table with addRows and addHeader
v1.0* (2015-11-10)