Skip to content

Commit

Permalink
Revert "Adding frozenRow to DataTableProps #5288 (#5289)" (#5292)
Browse files Browse the repository at this point in the history
This reverts commit fb94e4e.
  • Loading branch information
melloware authored Nov 12, 2023
1 parent a319183 commit 3ca3738
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion components/lib/datatable/DataTableBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,6 @@ export const DataTableBase = ComponentBase.extend({
first: 0,
footer: null,
footerColumnGroup: null,
frozenRow: false,
frozenValue: null,
frozenWidth: null,
globalFilter: null,
Expand Down
4 changes: 0 additions & 4 deletions components/lib/datatable/datatable.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1141,10 +1141,6 @@ interface DataTableBaseProps<TValue extends DataTableValueArray> extends Omit<Re
* ColumnGroup component for footer.
*/
footerColumnGroup?: React.ReactNode | undefined;
/**
* Whether the row is frozen or not.
*/
frozenRow?: boolean;
/**
* Items of the frozen part in scrollable DataTable.
*/
Expand Down

0 comments on commit 3ca3738

Please sign in to comment.