Fixed #4886 - Tree / TreeTable: new loadingMode property

This commit is contained in:
tugcekucukoglu 2023-11-28 11:46:39 +03:00
parent 098c7a5128
commit b2ad40adcc
10 changed files with 61 additions and 14 deletions

View file

@ -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