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'm looking to use react-data-grid but want the table always sorted by a column because the original "NONE" order is already sorted. Is there a way so that when I click a column, it goes from ASC -> DESC -> ASC, and not ASC -> DESC -> NONE.