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
From what I've been able to understand, the Angular MatSortHeader implements a disableClear attribute for disabling the MatSortDirection.None state in sorted columns; i.e., when disableClear = true, then clicking a sort-enabled column will only alternate between MatSortDirection.Asc and MatSortDirection.Desc. https://beta-angular-material-io.firebaseapp.com/components/sort/api
I cannot, however, find this same attribute for the MatBlazor MatSortHeader.
How can I implement this behavior?
The text was updated successfully, but these errors were encountered:
From what I've been able to understand, the Angular MatSortHeader implements a disableClear attribute for disabling the MatSortDirection.None state in sorted columns; i.e., when disableClear = true, then clicking a sort-enabled column will only alternate between MatSortDirection.Asc and MatSortDirection.Desc.
https://beta-angular-material-io.firebaseapp.com/components/sort/api
I cannot, however, find this same attribute for the MatBlazor MatSortHeader.
How can I implement this behavior?
The text was updated successfully, but these errors were encountered: