From e8fe5bd79617ae05bcd9562864a263f400f8ea74 Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Tue, 21 Jan 2020 09:37:52 +0300 Subject: [PATCH] Add doc --- src/views/datatable/DataTableDoc.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/datatable/DataTableDoc.vue b/src/views/datatable/DataTableDoc.vue index 9d66d6be4..4b8a07631 100644 --- a/src/views/datatable/DataTableDoc.vue +++ b/src/views/datatable/DataTableDoc.vue @@ -1070,7 +1070,8 @@ export default {

Column Reorder

-

Columns can be reordered using drag drop by setting the reorderableColumns to true. column-reorder is a callback that is invoked when a column is reordered. DataTable keeps the column order state internally using keys that identifies a column using the field property. If the column has no field, use columnKey instead.

+

Columns can be reordered using drag drop by setting the reorderableColumns to true. column-reorder is a callback that is invoked when a column is reordered. DataTable keeps the column order state internally using keys that identifies a column using the field property. If the column has no field, use columnKey instead as + it is mandatory for columns to have unique keys when reordering is enabled.