Skip to content

Commit

Permalink
Fix #5288: Datatable add readonly frozenRow property
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Nov 12, 2023
1 parent 45fdd70 commit 010360a
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 @@ -1149,6 +1149,10 @@ interface DataTableBaseProps<TValue extends DataTableValueArray> extends Omit<Re
* Width of the frozen part in scrollable DataTable.
*/
frozenWidth?: string | undefined;
/**
* Whether the row is frozen or not.
*/
readonly frozenRow?: boolean;
/**
* Value of the global filter to use in filtering.
*/
Expand Down

0 comments on commit 010360a

Please sign in to comment.