@visns-studio/visns-components 5.11.14 → 5.11.15

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.
package/package.json CHANGED
@@ -87,7 +87,7 @@
87
87
  "react-dom": "^17.0.0 || ^18.0.0"
88
88
  },
89
89
  "name": "@visns-studio/visns-components",
90
- "version": "5.11.14",
90
+ "version": "5.11.15",
91
91
  "description": "Various packages to assist in the development of our Custom Applications.",
92
92
  "main": "src/index.js",
93
93
  "files": [
@@ -2826,7 +2826,7 @@ const DataGrid = forwardRef(
2826
2826
  .catch((error) => {
2827
2827
  console.error('Error in fetching dropdown data: ', error);
2828
2828
  });
2829
- }, [columns, filterDataSource, columnsMetadata]);
2829
+ }, [columns, filterDataSource]);
2830
2830
 
2831
2831
  useEffect(() => {
2832
2832
  if (setFilterData) {
@@ -3072,7 +3072,6 @@ const DataGrid = forwardRef(
3072
3072
  {...tableSetting}
3073
3073
  columns={gridColumns}
3074
3074
  dataSource={dataSource}
3075
- defaultFilterValue={filterValue}
3076
3075
  {...(ajaxSetting && ajaxSetting.groupBy
3077
3076
  ? {
3078
3077
  defaultGroupBy: ajaxSetting.groupBy,