sccoreui 6.2.37 → 6.2.38
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/App.tsx +16 -0
- package/dist/components/ag-grid/parent-for-grid.js +0 -3
- package/package.json +1 -1
- package/dist/App.scss +0 -2573
package/dist/App.tsx
ADDED
|
@@ -315,9 +315,6 @@ function ParentForGrid(props) {
|
|
|
315
315
|
if (hasPinnedRows || hasRowData) {
|
|
316
316
|
api.hideOverlay(); // Hide the noRowsOverlayComponent if pinned rows or row data exists
|
|
317
317
|
}
|
|
318
|
-
else {
|
|
319
|
-
api === null || api === void 0 ? void 0 : api.showNoRowsOverlay(); // Show the noRowsOverlayComponent only if no rows or pinned rows are present
|
|
320
|
-
}
|
|
321
318
|
}, [gridData.rowData, props === null || props === void 0 ? void 0 : props.pinnedTopRowData]);
|
|
322
319
|
// Options that grid should have
|
|
323
320
|
const gridOptions = Object.assign({ columnDefs: (_f = gridData === null || gridData === void 0 ? void 0 : gridData.columnData) === null || _f === void 0 ? void 0 : _f.map((column) => {
|