Results 2 comments of nic86

> the solution from Erik-2019 is great. However, it's working for me only for the last thead row - if there is more than one thead rows. try removing the...

To fix the row and column header in the table, assign this function to the onRefresh option: ``` options.onRefresh = function(config) { const numRows = config.rows.length; const numCols = config.cols.length;...