arengibook 2.0.22-table → 2.0.23-table
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 +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -47725,7 +47725,8 @@ var SelfEditableCell = function SelfEditableCell(_ref9) {
|
|
|
47725
47725
|
},
|
|
47726
47726
|
style: {
|
|
47727
47727
|
cursor: editable ? 'pointer' : 'default',
|
|
47728
|
-
minHeight: '1.5rem'
|
|
47728
|
+
minHeight: '1.5rem',
|
|
47729
|
+
width: '100%'
|
|
47729
47730
|
}
|
|
47730
47731
|
}, renderDisplay ? renderDisplay(rowData) : (_rowData$col$field = rowData[col.field]) !== null && _rowData$col$field !== void 0 ? _rowData$col$field : '');
|
|
47731
47732
|
}
|