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 a column is filtered, the "Filtered by {accessor}" name is displayed in the FilterStatus component. The accessor is generally not user-friendly and is often desired to be hidden as a result.
Instead, let's display the Header attribute name for the column in the "Filter by {Header}" text instead.
The text was updated successfully, but these errors were encountered:
Description
https://paragon-openedx.netlify.app/components/datatable/#frontend-filtering-and-sorting
When a column is filtered, the "Filtered by {accessor}" name is displayed in the
FilterStatus
component. Theaccessor
is generally not user-friendly and is often desired to be hidden as a result.Instead, let's display the
Header
attribute name for the column in the "Filter by {Header}" text instead.The text was updated successfully, but these errors were encountered: