ods-component-lib 1.17.43 → 1.17.44

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.
@@ -1258,6 +1258,8 @@ function grid(props, dataGridRef) {
1258
1258
  allowColumnReordering: true,
1259
1259
  showRowLines: true,
1260
1260
  showBorders: true,
1261
+ filterValue: [],
1262
+ selectedRowKeys: [],
1261
1263
  columnAutoWidth: false,
1262
1264
  focusedRowEnabled: false,
1263
1265
  wordWrapEnabled: false,