@abdellatifui/react 3.2.87 → 3.2.88
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/nextgen.d.ts +1 -0
- package/dist/nextgen.js +2 -1
- package/package.json +1 -1
package/dist/nextgen.d.ts
CHANGED
package/dist/nextgen.js
CHANGED
|
@@ -27451,6 +27451,7 @@ const TableComponent = (props) => {
|
|
|
27451
27451
|
aggridProps = {},
|
|
27452
27452
|
enablePagination = true,
|
|
27453
27453
|
cellGrid = false,
|
|
27454
|
+
enableSidebar = false,
|
|
27454
27455
|
enableRowStream = false,
|
|
27455
27456
|
showCellTextInTopBar = true,
|
|
27456
27457
|
pageSize,
|
|
@@ -27937,7 +27938,7 @@ const TableComponent = (props) => {
|
|
|
27937
27938
|
...aggridProps
|
|
27938
27939
|
}
|
|
27939
27940
|
) }),
|
|
27940
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(TableSidebar, { ref: sideBarRef, gridRef, api: ref })
|
|
27941
|
+
enableSidebar && /* @__PURE__ */ jsxRuntimeExports.jsx(TableSidebar, { ref: sideBarRef, gridRef, api: ref })
|
|
27941
27942
|
] })
|
|
27942
27943
|
]
|
|
27943
27944
|
}
|