Refactor #3965 - Refactor on DataTable

This commit is contained in:
Tuğçe Küçükoğlu 2023-06-05 14:18:11 +03:00
parent 7c885411ba
commit 67e65198d2
4 changed files with 10 additions and 9 deletions

View file

@ -47,7 +47,7 @@
<slot name="paginatorlastpagelinkicon"></slot>
</template>
</DTPaginator>
<div :class="cx('wrapper')" :style="{ maxHeight: virtualScrollerDisabled ? scrollHeight : '' }" v-bind="ptm('wrapper')">
<div :class="cx('wrapper')" :style="[sx('wrapper'), { maxHeight: virtualScrollerDisabled ? scrollHeight : '' }]" v-bind="ptm('wrapper')">
<DTVirtualScroller
ref="virtualScroller"
v-bind="virtualScrollerOptions"