@megha-ui/react 1.2.726 → 1.2.728
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.
|
@@ -723,7 +723,7 @@ withCard = false, cardClassName, cardHeader, title, headerLeft, headerRight, sub
|
|
|
723
723
|
}, [hugLoading]);
|
|
724
724
|
const tableData = useMemo(() => {
|
|
725
725
|
const records = paginate ? paginatedData : sortedData;
|
|
726
|
-
const splitColumns = gridColumns.filter((col) => col.
|
|
726
|
+
const splitColumns = gridColumns.filter((col) => col.splitRow);
|
|
727
727
|
if (splitColumns.length > 0) {
|
|
728
728
|
let modifiedRecords = records.length > 0 ? [] : records;
|
|
729
729
|
records.forEach((row) => {
|
package/package.json
CHANGED