@megha-ui/react 1.2.413 → 1.2.414
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.
|
@@ -149,6 +149,7 @@ const Grid = ({ columns, wrapperClass, updateGridColumns, data, height, sortable
|
|
|
149
149
|
const regex = createRegexFromWildcard(query);
|
|
150
150
|
return regex.test(value);
|
|
151
151
|
}
|
|
152
|
+
console.log({ query, value, column, searchQueries });
|
|
152
153
|
switch ((_c = searchQueries[column.key]) === null || _c === void 0 ? void 0 : _c.type) {
|
|
153
154
|
case "contains":
|
|
154
155
|
return value.toLowerCase().includes(query.toLowerCase());
|
package/package.json
CHANGED