mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Fixed #4886 - Tree / TreeTable: new loadingMode property
This commit is contained in:
parent
098c7a5128
commit
b2ad40adcc
10 changed files with 61 additions and 14 deletions
5
components/lib/treetable/TreeTable.d.ts
vendored
5
components/lib/treetable/TreeTable.d.ts
vendored
|
@ -474,6 +474,11 @@ export interface TreeTableProps {
|
|||
* @deprecated since v3.27.0. Use 'loadingicon' slot.
|
||||
*/
|
||||
loadingIcon?: string | undefined;
|
||||
/**
|
||||
* Loading mode display.
|
||||
* @defaultValue mask
|
||||
*/
|
||||
loadingMode?: 'mask' | 'icon' | undefined;
|
||||
/**
|
||||
* When enabled, background of the rows change on hover.
|
||||
* @defaultValue false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue