ods-component-lib 1.17.85 → 1.17.86
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 +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1290,6 +1290,8 @@ function grid(props, dataGridRef) {
|
|
|
1290
1290
|
onExporting: onExporting,
|
|
1291
1291
|
filterSyncEnabled: props.filterSyncEnabled,
|
|
1292
1292
|
filterValue: props.filterValue,
|
|
1293
|
+
defaultFilterValue: props.defaultFilterValue,
|
|
1294
|
+
filterBuilder: props.filterBuilder,
|
|
1293
1295
|
height: window.innerHeight - 164,
|
|
1294
1296
|
repaintChangesOnly: true,
|
|
1295
1297
|
remoteOperations: props.remoteOperations !== undefined ? props.remoteOperations : false,
|