mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Column Filter: Add type for applyFilter
This commit is contained in:
parent
705eb2be95
commit
d686b3a9ae
1 changed files with 4 additions and 0 deletions
4
components/lib/column/Column.d.ts
vendored
4
components/lib/column/Column.d.ts
vendored
|
@ -779,6 +779,10 @@ export interface ColumnSlots {
|
|||
* Callback function
|
||||
*/
|
||||
filterCallback: () => void;
|
||||
/**
|
||||
* Callback function (closes the overlay)
|
||||
*/
|
||||
applyFilter: () => void;
|
||||
}): VNode[];
|
||||
/**
|
||||
* Custom filter header template.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue