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