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. Heisenberg
    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 2
    • Best 0
    • Groups 0

    Heisenberg

    @Heisenberg

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

    Heisenberg Follow

    Latest posts made by Heisenberg

    • RE: [Solved] v0.15 QTable Custom Cell Not Working

      In quasar.conf.js make sure you have entered QTd

      framework: {
          components: [
              'QTable',
              'QTd'
          ]
      }
      

      and try change tyour code in

      <q-td slot="body-cell-address" slot-scope="props" :props="props">
          <span>Custom Text: {{props.value}}</span>
      </q-td>
      
      posted in Help
      H
      Heisenberg
    • RE: Webpack alias in quasar.conf.js .15+

      Great! thanks!

      posted in Help
      H
      Heisenberg