ods-component-lib 1.18.36 → 1.18.37

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.
@@ -0,0 +1,2 @@
1
+ export interface OdsDatagridProps {
2
+ }
package/dist/index.js CHANGED
@@ -17489,7 +17489,7 @@ var OdsRemoteDataGrid = function OdsRemoteDataGrid(props) {
17489
17489
  allowUpdating: props.edit.allowUpdating,
17490
17490
  allowDeleting: props.edit.allowDeleting,
17491
17491
  allowAdding: props.edit.allowAdding,
17492
- useIcons: true
17492
+ useIcons: props.edit.useIcons
17493
17493
  }, props.edit.mode === "popup" && React__default.createElement("div", null, React__default.createElement(DataGrid.Popup, {
17494
17494
  showTitle: true,
17495
17495
  width: 700,