@adapttable/mantine 0.1.0 → 0.1.1

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.js CHANGED
@@ -982,6 +982,7 @@ function DesktopTable({
982
982
  verticalSpacing,
983
983
  horizontalSpacing,
984
984
  miw: Math.max(480, minWidth),
985
+ style: stickyHeader ? { borderCollapse: "separate", borderSpacing: 0 } : void 0,
985
986
  children: [
986
987
  /* @__PURE__ */ jsxs(Table.Thead, { style: { background: "var(--mantine-color-body)" }, children: [
987
988
  groupCells && /* @__PURE__ */ jsxs(Table.Tr, { children: [