From 6e4e5f0df7766970deafca2dfbef32e5b4a1a725 Mon Sep 17 00:00:00 2001 From: Olly Rowe Date: Mon, 31 Jan 2022 15:41:48 +0000 Subject: [PATCH] Fix documentation typos --- src/views/datatable/DataTableScrollDemo.vue | 2 +- src/views/treetable/TreeTableScrollDemo.vue | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/datatable/DataTableScrollDemo.vue b/src/views/datatable/DataTableScrollDemo.vue index 38b75914f..9c0369f58 100755 --- a/src/views/datatable/DataTableScrollDemo.vue +++ b/src/views/datatable/DataTableScrollDemo.vue @@ -21,7 +21,7 @@
Flexible Scroll
-

Flex scroll feature makes the scrollable viewport section dynamic insteaf of a fixed value so that it can grow or shrink relative to the parent size of the table. +

Flex scroll feature makes the scrollable viewport section dynamic instead of a fixed value so that it can grow or shrink relative to the parent size of the table. Click the button below to display a maximizable Dialog where data viewport adjusts itself according to the size changes.