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
Migrated from ISSUE-54. Need a way to indicate that columns could be sorted. aria-sort="none" doesn't work because it's default value meaning all columns have that value implicitly. Might need to add an "undefined" value and make it the default, where one means not sortable and the other means sortable but not sorted.