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
Click twice in quick succession on any table header.
Notice the selected text:
Additional context
Column headings should probably have user-select: none;, like the Material Design table component or material-table.com. The interaction of clicking the header twice quickly is not uncommon at all, given that initially the column sort indicator is hidden, and the user doesn't know if after clicking the heading, the direction will be the one they want.
The text was updated successfully, but these errors were encountered:
Describe the bug
Clicking too fast on table headers to change the sort order, selects the column title.
To Reproduce
Additional context
Column headings should probably have
user-select: none;
, like the Material Design table component or material-table.com. The interaction of clicking the header twice quickly is not uncommon at all, given that initially the column sort indicator is hidden, and the user doesn't know if after clicking the heading, the direction will be the one they want.The text was updated successfully, but these errors were encountered: