rez-table-listing-mui 1.2.10 → 1.2.12

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/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { SortingState, PaginationState, RowSelectionState, ExpandedState, ColumnDef, Row, Table, ColumnOrderState, Header } from '@tanstack/react-table';
2
+ import { SortingState, PaginationState, RowSelectionState, ExpandedState, ColumnPinningState, ColumnDef, Row, Table, ColumnOrderState, Header } from '@tanstack/react-table';
3
3
  import React, { Dispatch, SetStateAction } from 'react';
4
4
 
5
5
  interface OperationProps {
@@ -182,6 +182,8 @@ interface CraftTableOptionsProps {
182
182
  setShowTableFilter: Dispatch<SetStateAction<boolean>>;
183
183
  showFilterOptions: boolean;
184
184
  setShowFilterOption: Dispatch<SetStateAction<boolean>>;
185
+ columnPinning: ColumnPinningState;
186
+ setColumnPinning: Dispatch<SetStateAction<ColumnPinningState>>;
185
187
  }
186
188
  interface craftTableFilterSettingsOptionsProps {
187
189
  settingsData: SettingsDataProps;