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.
@@ -720,9 +720,7 @@ var OdsNotification = function OdsNotification(props) {
720
720
  placement: props.placement,
721
721
  className: 'custom-class',
722
722
  style: {
723
- width: 'auto',
724
- maxWidth: '700px',
725
- padding: '10px'
723
+ width: 600
726
724
  }
727
725
  });
728
726
  return null;
@@ -1260,6 +1258,8 @@ function grid(props, dataGridRef) {
1260
1258
  allowColumnReordering: true,
1261
1259
  showRowLines: true,
1262
1260
  showBorders: true,
1261
+ filterValue: [],
1262
+ selectedRowKeys: [],
1263
1263
  columnAutoWidth: false,
1264
1264
  focusedRowEnabled: false,
1265
1265
  wordWrapEnabled: false,