diff --git a/components/lib/datatable/DataTable.vue b/components/lib/datatable/DataTable.vue index 9d2474c99..46a30facc 100755 --- a/components/lib/datatable/DataTable.vue +++ b/components/lib/datatable/DataTable.vue @@ -34,7 +34,7 @@ v-bind="virtualScrollerOptions" :items="processedData" :columns="columns" - :style="{ height: scrollHeight !== 'flex' ? scrollHeight : undefined }" + :style="scrollHeight !== 'flex' ? { height: scrollHeight } : undefined" :scrollHeight="scrollHeight !== 'flex' ? undefined : '100%'" :disabled="virtualScrollerDisabled" loaderDisabled