@megha-ui/react 1.2.774 → 1.2.775
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.
|
@@ -164,6 +164,7 @@ withCard = false, cardClassName, cardHeader, title, headerLeft, headerRight, sub
|
|
|
164
164
|
if (filterValue.length === 0)
|
|
165
165
|
return true;
|
|
166
166
|
const cellValue = ((_b = (_a = item[key]) === null || _a === void 0 ? void 0 : _a.value) === null || _b === void 0 ? void 0 : _b.toString()) || "";
|
|
167
|
+
console.log({ filterValue, cellValue });
|
|
167
168
|
return filterValue.includes(cellValue);
|
|
168
169
|
})
|
|
169
170
|
: true);
|
|
@@ -1423,7 +1424,7 @@ withCard = false, cardClassName, cardHeader, title, headerLeft, headerRight, sub
|
|
|
1423
1424
|
updateFixedFilterValues(updatedValues);
|
|
1424
1425
|
}
|
|
1425
1426
|
}
|
|
1426
|
-
: undefined, style: { width: "14rem" }, isSort: column.fixedFilterOrder ? false : undefined, isClear: true, searchEnabled: true, dropdownListWidth: "max-content", className: "h-8 flex-1", isMultiple: column.fixedFilter === "multi-select" }) }, column.key));
|
|
1427
|
+
: undefined, style: { width: "14rem" }, isSort: column.fixedFilterOrder ? false : undefined, isClear: true, searchEnabled: true, dropdownListWidth: "max-content", className: "h-8 flex-1", width: "100%", isMultiple: column.fixedFilter === "multi-select" }) }, column.key));
|
|
1427
1428
|
}
|
|
1428
1429
|
return null;
|
|
1429
1430
|
}), _jsx("div", { className: "flex-1 h-2" }), isSummarise && (_jsx("div", { onClick: () => setSummariseAvailable((prev) => !prev), style: {
|
package/package.json
CHANGED