Column Filter: Add type for `applyFilter`
parent
705eb2be95
commit
d686b3a9ae
|
@ -779,6 +779,10 @@ export interface ColumnSlots {
|
|||
* Callback function
|
||||
*/
|
||||
filterCallback: () => void;
|
||||
/**
|
||||
* Callback function (closes the overlay)
|
||||
*/
|
||||
applyFilter: () => void;
|
||||
}): VNode[];
|
||||
/**
|
||||
* Custom filter header template.
|
||||
|
|
Loading…
Reference in New Issue