@espresso-lab/mantine-data-table 2.3.1 → 2.3.3
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.es.js +5 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -3865,7 +3865,10 @@ function ni({ title: e, titleHint: t, queryKey: n, connectedQueryKeys: r, apiPat
|
|
|
3865
3865
|
...R && { rowExpansion: {
|
|
3866
3866
|
allowMultiple: R.allowMultiple ?? !1,
|
|
3867
3867
|
trigger: se ? "never" : "click",
|
|
3868
|
-
content: ({ record: e }) =>
|
|
3868
|
+
content: ({ record: e }) => /* @__PURE__ */ p(v, {
|
|
3869
|
+
bg: "var(--mantine-color-body)",
|
|
3870
|
+
children: R.content(e, !1)
|
|
3871
|
+
}),
|
|
3869
3872
|
expanded: {
|
|
3870
3873
|
recordIds: G,
|
|
3871
3874
|
onRecordIdsChange: qe
|
|
@@ -3986,6 +3989,7 @@ function ri({ mobile: e, columns: t, ...n }) {
|
|
|
3986
3989
|
return /* @__PURE__ */ p(Zr, { rows: i }, a);
|
|
3987
3990
|
})
|
|
3988
3991
|
}) : /* @__PURE__ */ p(Ir, {
|
|
3992
|
+
backgroundColor: "transparent",
|
|
3989
3993
|
columns: t,
|
|
3990
3994
|
...n
|
|
3991
3995
|
});
|