core icon indicating copy to clipboard operation
core copied to clipboard

Column sorting for fields that start with "current" breaks after data update

Open rachaelacollins opened this issue 1 year ago • 1 comments

Describe the bug Column sorting for fields that start with "current" breaks after data update.

To Reproduce Steps to reproduce the behavior:

  1. Load table data where a Column field value starts with "current" (e.g. "currentValue").
  2. Sort the column with the field that starts with "current" (e.g. "currentValue").
  3. The rows are appropriately sorted.
  4. The data state is updated.
  5. Sort the column with the field starts with "current" (e.g. "currentValue").
  6. 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

rachaelacollins avatar May 03 '24 20:05 rachaelacollins

Can you create a sandbox?

Domino987 avatar Jul 14 '24 15:07 Domino987