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 {
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.Set responsiveLayout to scroll to enabled this layout. Note that, when scroll mode is enabled table-layout automatically switches to auto from fixed