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
I created a custom filter that allows the user to select the Year/Month and filters by a specified $dateCol. On the table I have a defaultSort setup on a different column. When I initially load the table the default sort works as expected, however, after changing the Year/Month filter the default sort order gets messed up.
I noticed that the default sort column isn't actually active on the table (i.e. the arrow is not highlighted, see screenshot below) and only gets properly activated if I click it manually. How do I ensure that the default sort column is active when the table is loaded initially?
And here's a snippet of the filter and defaultSort call
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Package
Table builder
Package Version
v4
How can we help you?
I created a custom filter that allows the user to select the Year/Month and filters by a specified $dateCol. On the table I have a
defaultSort
setup on a different column. When I initially load the table the default sort works as expected, however, after changing the Year/Month filter the default sort order gets messed up.I noticed that the default sort column isn't actually active on the table (i.e. the arrow is not highlighted, see screenshot below) and only gets properly activated if I click it manually. How do I ensure that the default sort column is active when the table is loaded initially?
And here's a snippet of the filter and
defaultSort
callBeta Was this translation helpful? Give feedback.
All reactions