tabellajs icon indicating copy to clipboard operation
tabellajs copied to clipboard

Pure javascript, touch enabled, responsive tables.

Results 3 tabellajs issues
Sort by recently updated
recently updated
newest added

This is not a issue - but a feature request. It would be awesome to dynamically add columns and rows after you reach the end of last column

Please modify the data.rows rowHeader and rowVal to be arrays so that they can be more easily filled and/or modified/inserted/deleted. Kind of like this: ```javascript var data = {}; data.tableHeader...

Has anyone implemented this plugin with ReactJS as yet? Just wondering if there are any gotchas before I dive into the world o f the virtual dom :) - I'll...