ods-component-lib 1.16.5 → 1.16.7
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.css +4 -0
- package/dist/index.js +0 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +0 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
package/dist/index.js
CHANGED
|
@@ -1216,7 +1216,6 @@ function OdsDataGrid(props) {
|
|
|
1216
1216
|
}
|
|
1217
1217
|
function grid(props) {
|
|
1218
1218
|
var _ref;
|
|
1219
|
-
var dataGridRef = React.useRef(null);
|
|
1220
1219
|
var headerCellRender = function headerCellRender(colProperties) {
|
|
1221
1220
|
return React__default.createElement("th", {
|
|
1222
1221
|
className: "dx-datagrid-headers"
|
|
@@ -1257,7 +1256,6 @@ function grid(props) {
|
|
|
1257
1256
|
}, React__default.createElement(dataGrid.DataGrid, {
|
|
1258
1257
|
dataSource: props.dataSource,
|
|
1259
1258
|
keyExpr: props.keyExpr,
|
|
1260
|
-
ref: dataGridRef,
|
|
1261
1259
|
allowColumnResizing: true,
|
|
1262
1260
|
columnResizingMode: "widget",
|
|
1263
1261
|
onRowInserted: props.onRowInserted,
|