select options not changing #60
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If I understand correctly, you are trying to update the list of options of the select, but the list does not update? More information here: https://react-datasheet-grid.netlify.app/docs/performance/static-vs-dynamic |
Beta Was this translation helpful? Give feedback.
If I understand correctly, you are trying to update the list of options of the select, but the list does not update?
Are you using
<DynamicDataSheetGrid />
? If you need dynamic columns (columns that change after the first render), you need to use<DynamicDataSheetGrid />
.More information here: https://react-datasheet-grid.netlify.app/docs/performance/static-vs-dynamic