ods-component-lib 1.17.84 → 1.17.85

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
@@ -1288,6 +1288,8 @@ function grid(props, dataGridRef) {
1288
1288
  noDataText: props.noDataLanguage == undefined ? "No Data" : props.noDataLanguage,
1289
1289
  onEditCanceling: props.onEditCanceling,
1290
1290
  onExporting: onExporting,
1291
+ filterSyncEnabled: props.filterSyncEnabled,
1292
+ filterValue: props.filterValue,
1291
1293
  height: window.innerHeight - 164,
1292
1294
  repaintChangesOnly: true,
1293
1295
  remoteOperations: props.remoteOperations !== undefined ? props.remoteOperations : false,