@trackunit/react-table 0.0.580 → 0.0.582
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/index.cjs.js +0 -1
- package/index.esm.js +0 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -312,7 +312,6 @@ const Table = ({ rowHeight = 75, ...props }) => {
|
|
|
312
312
|
height: hasResults ? "auto" : "100%",
|
|
313
313
|
width: "100%",
|
|
314
314
|
position: "relative",
|
|
315
|
-
display: "block",
|
|
316
315
|
}, children: [jsxRuntime.jsx(reactTableBaseComponents.Thead, { className: "z-default", children: props.getHeaderGroups().map(headerGroup => (jsxRuntime.jsx(reactTableBaseComponents.Tr, { className: "flex", children: headerGroup.headers.map(header => {
|
|
317
316
|
var _a, _b, _c, _d, _e, _f;
|
|
318
317
|
const tooltipLabel = (_b = (_a = header.column.columnDef.meta) === null || _a === void 0 ? void 0 : _a.tootipLabel) !== null && _b !== void 0 ? _b : (typeof header.column.columnDef.header === "string" ? header.column.columnDef.header : "");
|
package/index.esm.js
CHANGED
|
@@ -293,7 +293,6 @@ const Table = ({ rowHeight = 75, ...props }) => {
|
|
|
293
293
|
height: hasResults ? "auto" : "100%",
|
|
294
294
|
width: "100%",
|
|
295
295
|
position: "relative",
|
|
296
|
-
display: "block",
|
|
297
296
|
}, children: [jsx(Thead, { className: "z-default", children: props.getHeaderGroups().map(headerGroup => (jsx(Tr, { className: "flex", children: headerGroup.headers.map(header => {
|
|
298
297
|
var _a, _b, _c, _d, _e, _f;
|
|
299
298
|
const tooltipLabel = (_b = (_a = header.column.columnDef.meta) === null || _a === void 0 ? void 0 : _a.tootipLabel) !== null && _b !== void 0 ? _b : (typeof header.column.columnDef.header === "string" ? header.column.columnDef.header : "");
|