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. jake0124
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 5
    • Best 0
    • Groups 0

    jake0124

    @jake0124

    0
    Reputation
    92
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    jake0124 Follow

    Latest posts made by jake0124

    • Things in q table acting weird. How to fix it?

      I’m new to programming and this is a translation of a question from my friend who’s bad in English,
      so the question may be funky in some way.

      His problem is that rows in the table wouldn’t show up if its data is named with alphabets unless the whole rows
      is typed into create, and new data he wanted to add like ‘c’: [{1: 102, 2: 202, 3: 302}] would not appear when its added
      with splice in events.

      However, he noticed that when the data is named with numbers like this
      rows = {0: [{1: 100, 2: 200, 3: 300}, 1: [{1: 101, 2: 201, 3: 301}]}
      everything would work just fine.

      This is his q table

      rows = {'a': [{1: 100, 2: 200, 3: 300}, 'b': [{1: 101, 2: 201, 3: 301}]}
            <div v-for="(data, key) in rows" v-bind:key="key" class="col-4 q-mt-md q-mb-xl q-ml-md">
              {{key}}
            <q-table
              :data="data"
              :columns="columns"
              :rows-per-page-options="config.pagination.options"
              :selected-rows-label="sel()"
              :pagination.sync="serverPagination"
              :dense="true"
              :hide-header="false"
              :hide-bottom="true"
              separator="cell"
              row-key="name"
            >
            </q-table>
            </div>
      

      ps. Do I have to put a potato here for the long post?

      posted in Help
      J
      jake0124
    • How to use my own images as icons?

      As the title suggests I’m looking for a way to use my own png files as icons in q icons.

      posted in Help
      J
      jake0124
    • RE: [Solved] Puting images in datable

      Thanks, I think I’ll make a new post

      posted in Help
      J
      jake0124
    • RE: [Solved] Puting images in datable

      And how to upload and implement a custom icon? thanks

      posted in Help
      J
      jake0124
    • [Solved] Puting images in datable

      Is it possible to add images to data tables?

      posted in Help
      J
      jake0124