You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When changing the data prop on the data, the users sorting selection should remain
Actual Behavior
From the docs: "The sortProperties prop defines the default sort options for Griddle. " implying that the sortProperties should not get reapplied when changing other props.
Steps to reproduce
Specify the following on a table sortProperties:[ { id:"name" } ]}
Sort the table on another column
Change the value of any other prop on the Griddle element