diff --git a/src/views/datatable/DataTableDoc.vue b/src/views/datatable/DataTableDoc.vue index a615ed670..db8fd8ae7 100755 --- a/src/views/datatable/DataTableDoc.vue +++ b/src/views/datatable/DataTableDoc.vue @@ -908,8 +908,13 @@ matchModes: [
Column Widths of a Scrollable Table
-

Scrollable table uses flex layout in vertical scrolling with auto size. As a result use flex property when giving - a width to a column. When horizontal scrolling is enabled, this is not a requirement as columns in horizontal scrolling do not have auto size.

+

Scrollable table uses flex layout so there are a couple of rules to consider when adjusting the widths of columns.

+ +

@@ -949,7 +954,7 @@ matchModes: [
 
Horizontal Scrolling
-

For horizontal scrolling only, it is required to set scrollDirection to "horizontal" and give widths to columns.

+

For horizontal scrolling, it is required to set scrollDirection to "horizontal" and give fixed widths to columns.