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
Hi,
I have a column that has cell data for the date and the user and I want to be able to sort this column via user or date, ascending and descending. But the columns (sortType : Function(rowA: , rowB: , columnId: String, desc: Bool)) only has an argument for the direction of the sorting and not the property I want to sort with. What would be the best way to do this? Thanks for the help.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a column that has cell data for the date and the user and I want to be able to sort this column via user or date, ascending and descending. But the columns (sortType : Function(rowA: , rowB: , columnId: String, desc: Bool)) only has an argument for the direction of the sorting and not the property I want to sort with. What would be the best way to do this? Thanks for the help.
Beta Was this translation helpful? Give feedback.
All reactions