@megha-ui/react 1.2.36 → 1.2.38
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.
|
@@ -995,6 +995,7 @@ const Grid = ({ columns, wrapperClass, updateGridColumns, data, height, sortable
|
|
|
995
995
|
var _a;
|
|
996
996
|
const query = searchQueries[column.key];
|
|
997
997
|
const uniqeValues = (0, gridHeader_1.getColumnData)(column.key, filteredData);
|
|
998
|
+
console.log(uniqeValues, uniqueSearch, column.key);
|
|
998
999
|
if (query &&
|
|
999
1000
|
(query.text !== "" || query.type !== defaultSearchOperation)) {
|
|
1000
1001
|
acc[column.key] = query.text;
|
|
@@ -1011,7 +1012,6 @@ const Grid = ({ columns, wrapperClass, updateGridColumns, data, height, sortable
|
|
|
1011
1012
|
const { searchQueries, uniqueSearch } = filterData;
|
|
1012
1013
|
const query = searchQueries[column.key];
|
|
1013
1014
|
const uniqeValues = (0, gridHeader_1.getColumnData)(column.key, filteredData);
|
|
1014
|
-
console.log(uniqeValues);
|
|
1015
1015
|
if (query &&
|
|
1016
1016
|
(query.text !== "" || query.type !== defaultSearchOperation)) {
|
|
1017
1017
|
acc[column.key] = query.text;
|
package/package.json
CHANGED