Fixed #2196 - DataTableFilterMeta TypeScript error

pull/2232/head
Tuğçe Küçükoğlu 2022-03-01 09:29:14 +03:00 committed by Tuğçe Küçükoğlu
parent f639b8ffef
commit 38d8b24fa9
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ export interface DataTableFilterMetaData {
* Filter match mode
* @see DataTableFilterMatchModeType
*/
matchMode: DataTableFilterMatchModeType;
matchMode: string;
}
export interface DataTableOperatorFilterMetaData {