This is a 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.
Add to your composer.json
{
"repositories": [
{
"name" : "ergo/html_table",
"type": "vcs",
"url": "https://github.com/rtoi/ergo_html_table.git"
}
],
"require": {
"ergo/html_table": "dev-master"
}
}Homepage : https://github.com/rtoi/ergo_html_table
Bug tracker : https://github.com/rtoi/ergo_html_table/issues