ods-component-lib 1.18.45 → 1.18.46

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.
@@ -16827,7 +16827,7 @@ var OdsRemoteDataGrid = function OdsRemoteDataGrid(props) {
16827
16827
  return React.createElement(Column, Object.assign({
16828
16828
  key: col.dataField
16829
16829
  }, col, {
16830
- minWidth: 180
16830
+ minWidth: 50
16831
16831
  }), col.lookUp && React.createElement(Lookup, Object.assign({}, col.lookUp)), col.dataField === 'IsActive' && React.createElement(HeaderFilter, {
16832
16832
  dataSource: [{
16833
16833
  text: 'Active',