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
When we define Grid with clearableSort and defaultSortField, sorting by the field marked as the defaultSortField doesn't work.
The exact behavior also depends on the defaultSortDirection. If defaultSortDirection is set to DESC, clicking on the header, resets the sorting correctly, however, the defaultSortField sorts the grid again by the same field. So you stay infinitely in the DESC state. If defaultSortDirection is set to ASC, sorting keeps switching between ASC and DESC. So you can never go into a 'no-sort' state. This doesn't happen with other fields.
The text was updated successfully, but these errors were encountered:
When we define Grid with
clearableSort
anddefaultSortField
, sorting by the field marked as the defaultSortField doesn't work.The exact behavior also depends on the
defaultSortDirection
. IfdefaultSortDirection
is set toDESC
, clicking on the header, resets the sorting correctly, however, the defaultSortField sorts the grid again by the same field. So you stay infinitely in theDESC
state. IfdefaultSortDirection
is set toASC
, sorting keeps switching betweenASC
andDESC
. So you can never go into a 'no-sort' state. This doesn't happen with other fields.The text was updated successfully, but these errors were encountered: