From 9570d650a90c2a5c475dc684a5cc766fac4b65f9 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Tue, 16 Feb 2021 15:27:57 +0300 Subject: [PATCH] Docs for new table features --- src/components/column/Column.vue | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/components/column/Column.vue b/src/components/column/Column.vue index cb9df50ee..4c771153e 100755 --- a/src/components/column/Column.vue +++ b/src/components/column/Column.vue @@ -95,12 +95,8 @@ export default { default: null }, maxConstraints: { - type: Boolean, - default: true - }, - filterFunction: { - type: Function, - default: null + type: Number, + default: 2 }, excludeGlobalFilter: { type: Boolean,