Fixed #3772 - DataTable: the table disappears when using scrollHeight="flex" and virtual scrolling
parent
1ef494f131
commit
ac0aad62c6
|
@ -34,7 +34,7 @@
|
||||||
v-bind="virtualScrollerOptions"
|
v-bind="virtualScrollerOptions"
|
||||||
:items="processedData"
|
:items="processedData"
|
||||||
:columns="columns"
|
:columns="columns"
|
||||||
:style="{ height: scrollHeight !== 'flex' ? scrollHeight : undefined }"
|
:style="scrollHeight !== 'flex' ? { height: scrollHeight } : undefined"
|
||||||
:scrollHeight="scrollHeight !== 'flex' ? undefined : '100%'"
|
:scrollHeight="scrollHeight !== 'flex' ? undefined : '100%'"
|
||||||
:disabled="virtualScrollerDisabled"
|
:disabled="virtualScrollerDisabled"
|
||||||
loaderDisabled
|
loaderDisabled
|
||||||
|
|
Loading…
Reference in New Issue