ods-component-lib 1.17.80 → 1.17.83

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1289,7 +1289,7 @@ function grid(props, dataGridRef) {
1289
1289
  onEditCanceling: props.onEditCanceling,
1290
1290
  onExporting: onExporting,
1291
1291
  filterSyncEnabled: false,
1292
- filterValue: null,
1292
+ filterValue: "",
1293
1293
  height: window.innerHeight - 164,
1294
1294
  repaintChangesOnly: true,
1295
1295
  remoteOperations: props.remoteOperations !== undefined ? props.remoteOperations : false,