Closed bobular closed 2 years ago
Hi @jtlong3rd - thanks for the review. I don't think I will merge just yet. I don't think it's 100% fixed (pre-checked checkboxes aren't uncheckable...) so I will make a story and make sure it is properly fixed.
Right, ready for another quick look please, @jtlong3rd Sorry for the false alarm...
Thanks @jtlong3rd . I've patched the package version and I'm going to merge. But I don't know if that will trigger an npm update automatically?
No urgent need to update npm because the fixes in this PR are no longer used by client code. (It was used by an early iteration of EDA lineplot)
Workaround for the issue reported here
https://github.com/TanStack/react-table/issues/2459#issuecomment-851523333
When you add
isSelected: true
to row items that you want to be selected already, it wasn't working properly, but now it is.