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

    dapo

    @dapo

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

    dapo Follow

    Latest posts made by dapo

    • table with (nested) object data

      I’ve found that when defining the table columns, you cannot define 'field': 'item.subitem'

      while I found that it can be tricked by using

      format (value) {
        return value.subitem
      }
      

      it doesn’t work when it comes to sorting

      posted in Help
      D
      dapo
    • Center element

      I’m trying to center some content in the center and middle of the page, but looks like the width is not filling.

      am I doing something wrong here, or is this just not possible?

      <div class="row gutter items-center">
        <div>
          <h1 class="text-center">HELLO</h1>
        </div>
      </div>
      posted in Help
      D
      dapo