From 9b382dc8db66be832f67e4c36fcc98b2522f8517 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Fri, 26 Feb 2021 14:38:55 +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 db8fd8ae7..e65f3de40 100755 --- a/src/views/datatable/DataTableDoc.vue +++ b/src/views/datatable/DataTableDoc.vue @@ -1786,7 +1786,7 @@ export default {
Responsive

DataTable responsive layout can be achieved in two ways; first approach is displaying a horizontal scrollbar for smaller screens - and second one is defining a breakpoint to display the cells of a row as stacked.

+ and second one is defining a breakpoint to display the cells of a row as stacked. Scrollable tables use the scroll layout approach internally and do not require additional configuration.

Scroll Layout

Set responsiveLayout to scroll to enabled this layout. Note that, when scroll mode is enabled table-layout automatically switches to auto from fixed