mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Datatable d.ts events updated
This commit is contained in:
parent
da15632f35
commit
4aec146faf
1 changed files with 6 additions and 7 deletions
13
components/datatable/DataTable.d.ts
vendored
13
components/datatable/DataTable.d.ts
vendored
|
@ -103,7 +103,7 @@ export interface DataTableExportCSVOptions {
|
|||
|
||||
/**
|
||||
* Custom tab open event.
|
||||
* @see {@link DataTableEmits.sort}
|
||||
* @see sort
|
||||
*/
|
||||
export interface DataTableSortEvent {
|
||||
/**
|
||||
|
@ -143,7 +143,7 @@ export interface DataTableSortEvent {
|
|||
|
||||
/**
|
||||
* Custom pagination event.
|
||||
* @see {@link DataTableEmits.page}
|
||||
* @see page
|
||||
* @extends DataTableSortEvent
|
||||
*/
|
||||
export interface DataTablePageEvent extends DataTableSortEvent {
|
||||
|
@ -159,7 +159,7 @@ export interface DataTablePageEvent extends DataTableSortEvent {
|
|||
|
||||
/**
|
||||
* Custom sort event.
|
||||
* @see {@link DataTableEmits.sort}
|
||||
* @see sort
|
||||
* @extends DataTableSortEvent
|
||||
*/
|
||||
export interface DataTableFilterEvent extends DataTableSortEvent {
|
||||
|
@ -190,14 +190,14 @@ export interface DataTableRowClickEvent {
|
|||
|
||||
/**
|
||||
* Custom row double click event.
|
||||
* @see {@link DataTableEmits.row-click}
|
||||
* @see row-click
|
||||
* @extends DataTableRowClickEvent
|
||||
*/
|
||||
export interface DataTableRowDoubleClickEvent extends DataTableRowClickEvent {}
|
||||
|
||||
/**
|
||||
* Custom context menu event.
|
||||
* @see {@link DataTableEmits.row-click}
|
||||
* @see row-click
|
||||
* @extends DataTableRowClickEvent
|
||||
*/
|
||||
export interface DataTableRowContextMenuEvent extends DataTableRowClickEvent {}
|
||||
|
@ -227,7 +227,7 @@ export interface DataTableRowSelectEvent {
|
|||
|
||||
/**
|
||||
* Custom row unselect event.
|
||||
* @see {@link DataTableEmits.row-select}
|
||||
* @see row-select
|
||||
* @extends DataTableRowSelectEvent
|
||||
*/
|
||||
export interface DataTableRowUnselectEvent extends DataTableRowSelectEvent {}
|
||||
|
@ -348,7 +348,6 @@ export interface DataTableRowExpandEvent {
|
|||
/**
|
||||
* Custom row collapse event.
|
||||
* @see rowgroup-collapse
|
||||
* @todo
|
||||
* @extends DataTableRowExpandEvent
|
||||
*/
|
||||
export interface DataTableRowCollapseEvent extends DataTableRowExpandEvent {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue