diff --git a/src/views/datatable/DataTableScrollDemo.vue b/src/views/datatable/DataTableScrollDemo.vue index 5733d215f..25566be92 100755 --- a/src/views/datatable/DataTableScrollDemo.vue +++ b/src/views/datatable/DataTableScrollDemo.vue @@ -17,7 +17,7 @@
Flex scroll feature makes the scrollable viewport section dynamic so that it can grow or shrink relative to the parent size of the table. +
Flex scroll feature makes the scrollable viewport section dynamic 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.
@@ -112,7 +112,7 @@ </DataTable> <h3>Flexible Scroll</h3> -<p>Flex scroll feature makes the scrollable viewport section dynamic so that it can grow or shrink relative to the parent size of the table. +<p>Flex scroll feature makes the scrollable viewport section dynamic 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.</p> <Button label="Show" icon="pi pi-external-link" @click="openDialog" />