diff --git a/templates/vue/index.vue.j2 b/templates/vue/index.vue.j2 index 925795e..bc55b2a 100644 --- a/templates/vue/index.vue.j2 +++ b/templates/vue/index.vue.j2 @@ -172,6 +172,10 @@ const gridOptions = { enabled: true, pageSize: 10, }, + showOverflow: true, + minHeight: '100%', + maxHeight: 'auto', + showHeaderOverflow: true, } const [Grid, gridApi] = useVbenVxeGrid({gridOptions}) @@ -307,12 +311,16 @@ function handleReset() { + + \ No newline at end of file