@megha-ui/react 1.2.156 → 1.2.158
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.
|
@@ -347,7 +347,7 @@ const Grid = ({ columns, wrapperClass, updateGridColumns, data, height, sortable
|
|
|
347
347
|
: "";
|
|
348
348
|
return value.toLowerCase().includes(query.toLowerCase());
|
|
349
349
|
}));
|
|
350
|
-
|
|
350
|
+
console.log({ _filteredData });
|
|
351
351
|
return _filteredData;
|
|
352
352
|
}, [
|
|
353
353
|
data,
|
package/package.json
CHANGED