Merge pull request #4485 from Neluji/patch-1

Column Filter: Add type for `applyFilter`
pull/4556/head
Tuğçe Küçükoğlu 2023-09-26 15:41:21 +03:00 committed by GitHub
commit 43872a7ebb
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 * Callback function
*/ */
filterCallback: () => void; filterCallback: () => void;
/**
* Callback function (closes the overlay)
*/
applyFilter: () => void;
}): VNode[]; }): VNode[];
/** /**
* Custom filter header template. * Custom filter header template.