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
What you were expecting:
When using the <DataGridConfigurable> component and apply a property preferenceKey with any value. You expect that a <SelectColumnsButton> component with the same property and value to show the columns of that datagrid.
What happened instead:
Instead we see an empty list of selectable columns.
What you were expecting:
When using the
<DataGridConfigurable>
component and apply a propertypreferenceKey
with any value. You expect that a<SelectColumnsButton>
component with the same property and value to show the columns of that datagrid.What happened instead:
Instead we see an empty list of selectable columns.
Related code:
Following sandbox illustrates the problem on the Posts list page:
https://codesandbox.io/s/cocky-hooks-078gbb?file=/src/posts/PostList.tsx:2183-2196
Environment
The text was updated successfully, but these errors were encountered: