From 072ec8387f45219ea182da87255a141d79587c5c Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Thu, 17 Oct 2019 17:20:27 +0300 Subject: [PATCH] Doc update --- src/views/datatable/DataTableDoc.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/datatable/DataTableDoc.vue b/src/views/datatable/DataTableDoc.vue index 9386cbf21a..f8ea5af21d 100644 --- a/src/views/datatable/DataTableDoc.vue +++ b/src/views/datatable/DataTableDoc.vue @@ -643,7 +643,7 @@ data() {

Row Reorder

-

Data can be reordered using drag drop by adding a reorder column that will display an icon as a drag handle. "row-reorder" is a mandatory callback that is invoked when a column is reordered, use this event to update the new order. Note that the reorder icon can be customized using rowReorderIcon of the column component.

+

Data can be reordered using drag drop by adding a reorder column that will display an icon as a drag handle along with the row-order event which is mandatory to update the new order. Note that the reorder icon can be customized using rowReorderIcon of the column component.