Closed
Description
4.3.12 (and 4.3.11)
Trying to select single rows in a non-treedata table, results in this:
Uncaught TypeError: Cannot read properties of undefined (reading 'tableData')
at DataManager.changeRowSelected (data-manager.js:504)
Maybe related to this PR: #411
And this reported issue: #402
Issue is probably located here: https://github.com/material-table-core/core/blob/master/src/utils/data-manager.js#L572-L573
This is a blocker for us, is there anyway to override this in an easy way until fixed?
Thank you and keep up the awesome work!!