@megha-ui/react 1.3.136 → 1.3.137
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.
|
@@ -1138,6 +1138,17 @@ withCard = false, cardClassName, cardHeader, title, headerLeft, headerRight, sub
|
|
|
1138
1138
|
freezeColumnsAvailable ||
|
|
1139
1139
|
filterDetails.filtersUpdated ||
|
|
1140
1140
|
hasCustomOperation;
|
|
1141
|
+
console.log({
|
|
1142
|
+
shouldShowHeaderActionsSpacer,
|
|
1143
|
+
isSummarise,
|
|
1144
|
+
showHideAvailable,
|
|
1145
|
+
exportAvailable,
|
|
1146
|
+
isHideDupsAvailable,
|
|
1147
|
+
fullScreen,
|
|
1148
|
+
freezeColumnsAvailable,
|
|
1149
|
+
filterDetails,
|
|
1150
|
+
hasCustomOperation,
|
|
1151
|
+
});
|
|
1141
1152
|
useEffect(() => {
|
|
1142
1153
|
if (showHideAvailable ||
|
|
1143
1154
|
exportAvailable ||
|
package/package.json
CHANGED