From 75c90bac688d76e25c93809af27abab8419ab9e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Wed, 17 Nov 2021 13:59:05 +0300 Subject: [PATCH] refactor --- 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 95911f0fd..c1a50bfd7 100755 --- a/src/views/datatable/DataTableDoc.vue +++ b/src/views/datatable/DataTableDoc.vue @@ -1320,7 +1320,7 @@ export default {
Row Reorder
-

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.

+

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-reorder event which is mandatory to update the new order. Note that the reorder icon can be customized using rowReorderIcon of the column component.