rez-table-listing-mui 1.3.45 → 1.3.46

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": "1.3.45",
3
+ "version": "1.3.46",
4
4
  "type": "module",
5
5
  "description": "A rez table listing component built on TanStack Table",
6
6
  "main": "dist/index.js",
@@ -139,7 +139,7 @@ export function QuickFilterSettings({
139
139
  tabsApiData={tabsApiData}
140
140
  tabsApiDataLoading={tabsApiDataLoading}
141
141
  activeTab={activeTab}
142
- columnTabAttributes={columnTabAttributes?.slice(0, 25)}
142
+ columnTabAttributes={columnTabAttributes}
143
143
  />
144
144
  )}
145
145
  </CustomTabPanel>
@@ -151,7 +151,7 @@ export function QuickFilterSettings({
151
151
  <Column
152
152
  filterSettingStates={filterSettingStates}
153
153
  columnsData={columnsData}
154
- columnTabAttributes={columnTabAttributes?.slice(0, 25)}
154
+ columnTabAttributes={columnTabAttributes}
155
155
  columnTabAttributesLoading={columnTabAttributesLoading}
156
156
  />
157
157
  )}