Link to test case: https://jsbin.com/gugiwumabo/1/edit
Error messages shown: Uncaught TypeError: dtData._aSortData is null
Description of problem: With the Select extension, if you select all rows (using the header checkbox), invalidate/update one of the cells, then deselect a row by clicking its checkbox, the aforementioned uncaught error is thrown. It seems like any further clicks result in the error being thrown each time. At least cell().invalidate()
and cell().data(value)
seem to cause this issue.
↧
Uncaught error thrown when deselecting/selecting row after invalidating/updating a cell.
↧