@ctlyst.id/internal-ui 3.1.7 → 3.1.8
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +43 -56
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -1459,7 +1459,7 @@ var DataTable = React5.forwardRef((props, ref) => {
|
|
1459
1459
|
align: "center",
|
1460
1460
|
gap: 2,
|
1461
1461
|
children: [
|
1462
|
-
|
1462
|
+
(0, import_react_table.flexRender)(header.column.columnDef.header, header.getContext()),
|
1463
1463
|
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
1464
1464
|
import_react28.Box,
|
1465
1465
|
{
|