Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. jarvilito
    J
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    jarvilito

    @jarvilito

    0
    Reputation
    4
    Posts
    2
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    jarvilito Follow

    Posts made by jarvilito

    • RE: Q-table __index return undefined

      @SB said in Q-table __index return undefined:

      (this.selected[0])]

      seems like you are doing it in built in selection on q-table, im actually creating a customize button to delete the selected row, but this will help . Thanks mate!

      posted in Help
      J
      jarvilito
    • RE: Q-table __index return undefined

      @SB hi thanks for sharing, already look into it, but im not quite sure how to use dataTable.indexOf(rowObject)? Did you happen to know how to use it in my situation? Thanks

      posted in Help
      J
      jarvilito
    • Q-table __index return undefined

      Hi i tried to access the index of my table using props.row.__index but when i console log it it return undefined. here is my code

                <q-tr :props="props">
                  <q-td key="action">
                    <q-btn
                      @click="deleteLine(props.row.__index)"
                      round
                      flat
                      color="red"
                      icon="close"
                    />
                  </q-td>
               </q-tr>
      posted in Help
      J
      jarvilito
    • Quasar CLI only installing/upgrading 1.0.2

      Hi, last week i upgraded my quasar 1.2 project to 1.4.2. Its working, but when my team pull the upgraded quasar, his quasar version become 1.0.2 ? I already uninstall quasar then install it using npm install -g @quasar/cli , it was success but when i check the version of my quasar its only 1.0.2, i try to upgrade it and it says its already the latest version.

      b9f0e2d4-f910-45f7-b674-e38b7bc7984b-image.png

      posted in CLI
      J
      jarvilito