Column Filter: Add type for applyFilter

This commit is contained in:
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

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.