CodeIgniter Table helper library with Table Footer (tfoot) support
created to scratch my own itch, published to encourage others to do the same.
- download MY_Table.php file
- copy My_Table.php to htdocs/application/libraries/MY_Table.php
- if necessary change the file name to your extended library prefix, google how to do that
- $this->load->library('table');
- $this->table->set_footer('tfoot_cell1', 'tfoot_cell2'); // just like set_header
This works, but I don't even like CodeIgnigher so it probably looks like it. Do your own testing.
I am using it production, and intend to make fixes as necessary.