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
In the onUpdateSorts action in the table component, we should iterate over the passed in TableSort objects and find their associated ColumnValue in this.columns by its valuePath. From there we should either merge in the entire ColumnValue or at the very least an optional sortPath property from it. These merged objects are what get sent in the updateSorts arg action.
This will allow the user to supply custom sort keys that get sent to the API, if needed.
The text was updated successfully, but these errors were encountered:
In the
onUpdateSorts
action in the table component, we should iterate over the passed in TableSort objects and find their associated ColumnValue inthis.columns
by itsvaluePath
. From there we should either merge in the entire ColumnValue or at the very least an optionalsortPath
property from it. These merged objects are what get sent in theupdateSorts
arg action.This will allow the user to supply custom sort keys that get sent to the API, if needed.
The text was updated successfully, but these errors were encountered: