No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Q-table hanging browser

    Help
    2
    4
    177
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • CWoodman
      CWoodman last edited by

      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"
            >
      
      dobbel 1 Reply Last reply Reply Quote 0
      • dobbel
        dobbel @CWoodman last edited by

        @cwoodman

        Better post it on the new forum.

        CWoodman 2 Replies Last reply Reply Quote 0
        • CWoodman
          CWoodman @dobbel last edited by

          @dobbel
          What new forum? Did I miss something important?

          1 Reply Last reply Reply Quote 0
          • CWoodman
            CWoodman @dobbel last edited by

            @dobbel
            OK I see it. Thanks for letting me know. I’ll re-post on the new GitHub forum.

            1 Reply Last reply Reply Quote 0
            • First post
              Last post