Fixed #3772 - DataTable: the table disappears when using scrollHeight="flex" and virtual scrolling
parent
1ef494f131
commit
ac0aad62c6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue