Skip to content

Commit

Permalink
Fixed #126 - Scroll+Paginator fails
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Dec 30, 2019
1 parent 320ed85 commit d0e0a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/datatable/ScrollableView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</colgroup>
<slot name="body"></slot>
</table>
<table ref="loadingTable" :style="{top:'0', display: 'none'}" class="p-datatable-scrollable-body-table p-datatable-loading-virtual-table p-datatable-virtual-table">
<table ref="loadingTable" :style="{top:'0', display: 'none'}" class="p-datatable-scrollable-body-table p-datatable-loading-virtual-table p-datatable-virtual-table" v-if="virtualScroll">
<colgroup class="p-datatable-scrollable-colgroup">
<col v-for="(col,i) of columns" :key="col.columnKey||col.field||i" :style="col.headerStyle" />
</colgroup>
Expand Down

0 comments on commit d0e0a47

Please sign in to comment.