core
core copied to clipboard
Column sorting for fields that start with "current" breaks after data update
Describe the bug
Column sorting for fields that start with "current" breaks after data update.
To Reproduce Steps to reproduce the behavior:
- Load table
datawhere aColumnfieldvalue starts with "current" (e.g."currentValue"). - Sort the column with the
fieldthat starts with "current" (e.g."currentValue"). - The rows are appropriately sorted.
- The
datastate is updated. - Sort the column with the
fieldstarts with "current" (e.g."currentValue"). - The rows are not appropriately sorted.
Expected behavior
The same sorting behavior should be preserved after data state update.
Desktop:
- OS: MacOS
- Browser: Chrome
- Version: 124.0.6367.78
Can you create a sandbox?