@addsign/moje-agenda-shared-lib 1.0.7 → 1.0.8
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.
|
@@ -21982,6 +21982,7 @@ function DataTableServer({
|
|
|
21982
21982
|
setItemsPerPageLocal(selectedItemsPerPage);
|
|
21983
21983
|
setCurrentPage(0);
|
|
21984
21984
|
};
|
|
21985
|
+
console.log("mergedFilters", mergedFilters);
|
|
21985
21986
|
return /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsxs(
|
|
21986
21987
|
"div",
|
|
21987
21988
|
{
|
|
@@ -22167,7 +22168,7 @@ function DataTableServer({
|
|
|
22167
22168
|
placeholder: "Zadejte filtr",
|
|
22168
22169
|
debounceTimeout: 1e3
|
|
22169
22170
|
},
|
|
22170
|
-
|
|
22171
|
+
filterParam
|
|
22171
22172
|
) : null
|
|
22172
22173
|
}
|
|
22173
22174
|
)
|
|
@@ -22175,7 +22176,7 @@ function DataTableServer({
|
|
|
22175
22176
|
}
|
|
22176
22177
|
)
|
|
22177
22178
|
},
|
|
22178
|
-
String(key)
|
|
22179
|
+
String(key)
|
|
22179
22180
|
)
|
|
22180
22181
|
)
|
|
22181
22182
|
] }) }),
|