From a0730c26f24d4e462f3780bf95f7e9dd18a3d67a Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Wed, 25 Nov 2020 17:57:19 +0300 Subject: [PATCH] Documentation correction --- src/views/datatable/DataTableDoc.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/views/datatable/DataTableDoc.vue b/src/views/datatable/DataTableDoc.vue index a204c1a5c..fd252c3d7 100755 --- a/src/views/datatable/DataTableDoc.vue +++ b/src/views/datatable/DataTableDoc.vue @@ -150,13 +150,19 @@ export default { field string null - Property name or a getter function of a row data. + Property represented by the column. sortField string null - Property name or a getter function a row data used for sorting, defaults to field. + Property name to use in sorting, defaults to field. + + + filterField + string + null + Property name to use in filtering, defaults to field. sortable