rmausz82
Results
1
issues of
rmausz82
in the function _checkColumns there is this line https://github.com/jhyland87/DataTables-Hide-Empty-Columns/blob/master/dataTables.hideEmptyColumns.js#L274 used to retrieve the data: var data = this.data().toArray(); you should probably use something like that var data = api.column( this.index(),...