Skip to content

Commit

Permalink
Adding frozenRow to DataTableProps primefaces#5288
Browse files Browse the repository at this point in the history
  • Loading branch information
Dalorzo committed Nov 11, 2023
1 parent 6825a67 commit 7635846
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/lib/datatable/datatable.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1141,6 +1141,10 @@ 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 7635846

Please sign in to comment.