Column Filter: Add type for `applyFilter`

pull/4485/head
Neluji 2023-09-21 15:21:59 +02:00 committed by GitHub
parent 705eb2be95
commit d686b3a9ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -779,6 +779,10 @@ export interface ColumnSlots {
* Callback function
*/
filterCallback: () => void;
/**
* Callback function (closes the overlay)
*/
applyFilter: () => void;
}): VNode[];
/**
* Custom filter header template.