glittershark/reactable

Checkboxes causing sort order to change

Opened this issue · 0 comments

I inserted a column of checkboxes into my table data for the purpose of selecting rows. Sorting works fine on each column, but if I sort and then click any checkbox in the table, table re-renders, causing the user to select the wrong row.

Are there any obvious misses I could make that would cause this behavior?