mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
parent
48e8510d18
commit
694bfbfba5
3 changed files with 56 additions and 0 deletions
16
components/lib/datatable/DataTable.d.ts
vendored
16
components/lib/datatable/DataTable.d.ts
vendored
|
@ -919,6 +919,22 @@ export interface DataTableSlots {
|
|||
*/
|
||||
expanded: boolean;
|
||||
}): VNode[];
|
||||
/**
|
||||
* Custom paginator first page link icon template.
|
||||
*/
|
||||
paginatorfirstpagelinkicon(): VNode[];
|
||||
/**
|
||||
* Custom paginator previous page link icon template.
|
||||
*/
|
||||
paginatorprevpagelinkicon(): VNode[];
|
||||
/**
|
||||
* Custom paginator next page link icon template.
|
||||
*/
|
||||
paginatornextpagelinkicon(): VNode[];
|
||||
/**
|
||||
* Custom paginator last page link icon template.
|
||||
*/
|
||||
paginatorlastpagelinkicon(): VNode[];
|
||||
}
|
||||
/**
|
||||
* Defines valid emits in Datatable component.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue