jurig / html_table
My Custom Fork of Pear HTML tables
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 13
pkg:composer/jurig/html_table
This package is auto-updated.
Last update: 2025-10-30 23:52:53 UTC
README
********** HTML_Table ********** This is fork of Pear HTML_Table. Makes the design of HTML tables easy, flexible, reusable and efficient. - Lots of customization options. - Tables can be modified at any time. - The logic is the same as standard HTML editors. - Handles col and rowspans. - PHP code is shorter, easier to read and to maintain. - Tables options can be reused. For auto filling of data and such then check out `HTML_Table_Matrix <http://pear.php.net/package/HTML_Table_Matrix>`_ ============ Installation ============ Composer ======== :: $ composer require jurig/html_table Packagist https://packagist.org/packages/jurig/html_table