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.