smasala / ColResize

DataTables extension to make columns resizable
MIT License
22 stars 12 forks source link

<tfoot> breaks table #3

Open smasala opened 6 years ago

smasala commented 6 years ago

Using the tfoot tag in the table causes the DataTable to break when using this plugin.

Example: https://jsfiddle.net/bababalcksheep/ftmsp3rg/

Current workaround: use the DT Footer callback: https://datatables.net/examples/advanced_init/footer_callback.html