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
I am not sure that my approach is the correct one, but I tried to add a select that works as a filter for the visible columns.
Whenever the number of columns is reduced I get this error:
It seems that the issue is caused by an undefined column added to rawColumns2:
To Reproduce
I filtered the columns before passing them as a prop to the data grid based on the values of a multiple select input
By default all options are selected and unselecting any option to filter out the column from the ones passed to the data grid causes this error.
Describe the bug
I am not sure that my approach is the correct one, but I tried to add a select that works as a filter for the visible columns.
Whenever the number of columns is reduced I get this error:
It seems that the issue is caused by an undefined column added to rawColumns2:
To Reproduce
Expected behavior
The
rawColumn
should be ignored if undefined.Environment
react-data-grid
version: 7.0.0-beta.44react
/react-dom
version: ^18.2.0The text was updated successfully, but these errors were encountered: