ods-component-lib 1.17.42 → 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.
package/dist/index.js CHANGED
@@ -724,9 +724,7 @@ var OdsNotification = function OdsNotification(props) {
724
724
  placement: props.placement,
725
725
  className: 'custom-class',
726
726
  style: {
727
- width: 'auto',
728
- maxWidth: '700px',
729
- padding: '10px'
727
+ width: 600
730
728
  }
731
729
  });
732
730
  return null;
@@ -1264,6 +1262,8 @@ function grid(props, dataGridRef) {
1264
1262
  allowColumnReordering: true,
1265
1263
  showRowLines: true,
1266
1264
  showBorders: true,
1265
+ filterValue: [],
1266
+ selectedRowKeys: [],
1267
1267
  columnAutoWidth: false,
1268
1268
  focusedRowEnabled: false,
1269
1269
  wordWrapEnabled: false,