rez-table-listing-mui 2.0.9 → 2.0.10

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rez-table-listing-mui",
3
- "version": "2.0.9",
3
+ "version": "2.0.10",
4
4
  "type": "module",
5
5
  "description": "A rez table listing component built on TanStack Table",
6
6
  "main": "dist/index.js",
@@ -679,26 +679,26 @@ const QuickTab = ({
679
679
  ...prev?.quick_tab,
680
680
  attribute: e.target.value,
681
681
  },
682
- // column: prev.column?.isDefault
683
- // ? {
684
- // ...prev.column,
685
- // show_list: mappedColumns,
686
- // hide_list: [],
687
- // }
688
- // : {
689
- // ...prev.column,
690
- // tabs: [],
691
- // },
692
-
693
- // sorting: prev.sorting?.isDefault
694
- // ? {
695
- // ...prev.sorting,
696
- // sortby: [],
697
- // }
698
- // : {
699
- // ...prev.sorting,
700
- // tabs: [],
701
- // },
682
+ column: prev?.column?.isDefault
683
+ ? {
684
+ ...prev?.column,
685
+ show_list: mappedColumns,
686
+ hide_list: [],
687
+ }
688
+ : {
689
+ ...prev?.column,
690
+ tabs: [],
691
+ },
692
+
693
+ sorting: prev?.sorting?.isDefault
694
+ ? {
695
+ ...prev?.sorting,
696
+ sortby: [],
697
+ }
698
+ : {
699
+ ...prev?.sorting,
700
+ tabs: [],
701
+ },
702
702
  }))
703
703
  }
704
704
  MenuProps={{ container: fullscreenContainer }}