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
    1. Home
    2. amartynov
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 8
    • Best 0
    • Groups 0

    amartynov

    @amartynov

    0
    Reputation
    50
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    amartynov Follow

    Latest posts made by amartynov

    • q-table selected array don't update

      Hi!
      I use quasar q-table with selected rows
      <q-table
      color=“primary”
      :data=“serverData”
      :columns=“columns”
      row-key=“uuid”
      @request=“request”
      :loading=“loading”
      :selected.sync=“selected”
      selection=“multiple”
      :pagination.sync=“serverPagination”
      >
      …
      selected is defined as:
      export default {
      data () {
      return {
      …
      selected: []
      }
      }
      The table is updated every 10 seconds and the data in it can change. If I select some rows and after that the table is updated, then old data will remain in selected.
      Why it happens? After all, sync implies two-way communication
      How to solve this problem?

      thank

      posted in Framework
      A
      amartynov
    • RE: q-table y-scroll with selection column

      @hawkeye64 If everything was so simple … “none” does not work. This is a bug inside the component.

      posted in Framework
      A
      amartynov
    • RE: q-table y-scroll with selection column

      @hawkeye64 I have already tried this solution - it also does not work. In your example, the scrollbar is also present

      posted in Framework
      A
      amartynov
    • RE: q-table y-scroll with selection column

      @hawkeye64 https://jsfiddle.net/mai2018/eywraw8t/432457/

      posted in Framework
      A
      amartynov
    • RE: q-table y-scroll with selection column

      @hawkeye64 Did not help, the problem remained

      posted in Framework
      A
      amartynov
    • q-table y-scroll with selection column

      Hi! Yesterday I updated the quasar-framework to version 17.17. I am use q-table with option selection=“multiple” and
      after the upgrade I got y-scroll.
      0_1540368328771_789bf5bd-d2c8-4235-a374-8ef2a05c6210-image.png
      If I remove the multiple option then the scroll disappears
      0_1540368443724_78428065-7e77-4ad3-bdc0-1e11127c0758-image.png
      Please help in solving this problem. Thank!

      posted in Framework
      A
      amartynov