Fixed #1036 - TreeTable filter demo not working

pull/1047/head
Cagatay Civici 2021-03-02 00:02:20 +03:00
parent ec15e94718
commit 200c095944
2 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,7 @@ interface ColumnProps {
frozen?: boolean;
alignFrozen?: string;
exportable?: boolean;
filterMatchMode?: string;
}
declare class Column {

View File

@ -161,6 +161,10 @@ export default {
exportable: {
type: Boolean,
default: true
},
filterMatchMode: {
type: String,
default: null
}
},
render() {