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
…headers (#4351)
* Column headers use displayAsText (#4114)
If the `display` property isn't provided, then the column header should use the `displayAsText` property before falling back to `id`.
Docs example now shows `Email address` while keeping `email` id, and other columns now capitalised.
* Column search matches `displayAsText` (#4204)
Still uses `id` if `displayAsText` property not provided
* Added `displayAsText` changes to changelog
Column displayAsText is defined, e.g.:
Columns search box only matches the
id
, which doesn't make sense sincedisplayAsText
is shown below the search box.The text was updated successfully, but these errors were encountered: