@megha-ui/react 1.2.608 → 1.2.609
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.
|
@@ -1425,7 +1425,7 @@ withCard = false, cardClassName, cardHeader, title, headerLeft, headerRight, sub
|
|
|
1425
1425
|
updateFixedFilterValues(updatedValues);
|
|
1426
1426
|
}
|
|
1427
1427
|
}
|
|
1428
|
-
: undefined, style: { width: "
|
|
1428
|
+
: 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));
|
|
1429
1429
|
}
|
|
1430
1430
|
return null;
|
|
1431
1431
|
}), isSummarise && (_jsx("div", { onClick: () => setSummariseAvailable((prev) => !prev), style: {
|
package/package.json
CHANGED