Skip to content

Commit

Permalink
fix(withTableSettings): deprecate the renderControls prop (#1427)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturAbdullin authored Mar 18, 2024
1 parent 5e7d8b9 commit 27be674
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@ export interface TableColumnSetupProps {
popupWidth?: TreeSelectProps<any>['popupWidth'];
popupPlacement?: PopperPlacement;

/**
* @deprecated
*/
renderControls?: RenderControls;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ export interface WithTableSettingsProps {
settings: TableSettingsData;
updateSettings: (data: TableSettingsData) => void;

/**
* @deprecated
*/
renderControls?: RenderControls;
}

Expand Down

0 comments on commit 27be674

Please sign in to comment.