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
It appears that if you do not set a field property on a EUI table column, the column is not sortable at all.
This seems like a bug to me because a valid use case for not setting a field property is for computed columns. In this use case, the sortable prop supports a function callback so you can easily recompute the same value in the callback.
The text was updated successfully, but these errors were encountered:
It appears that if you do not set a
field
property on a EUI table column, the column is not sortable at all.This seems like a bug to me because a valid use case for not setting a
field
property is for computed columns. In this use case, thesortable
prop supports a function callback so you can easily recompute the same value in the callback.The text was updated successfully, but these errors were encountered: