Q-table hanging browser
-
I have a component with a q-table dynamically populated. Haven’t touched it for several weeks, but all of a sudden, it hangs the browser as soon as any data is populated. I’ve tried reducing it to a single column, and adding one element to the data array - it still hangs the browser!
I have no idea how to resolve this - any suggestions will be welcome.Here’s the code:
<q-table class="sticky-header-column full-width full-height non-selectable" ref="table" :dense="dense" flat square virtual-scroll :virtual-scroll-sticky-size-start="30" :virtual-scroll-sticky-size-end="30" :rows-per-page-options="[0]" :pagination.sync="pagination" :data="tableItems" :columns="columns" row-key="name" selection="single" :selected.sync="selected" :sort-method="customSort" :filter="searchTerm" no-data-label="No items match filter and category setting" >
-
Better post it on the new forum.
-
@dobbel
What new forum? Did I miss something important? -
@dobbel
OK I see it. Thanks for letting me know. I’ll re-post on the new GitHub forum.