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

    jaimar

    @jaimar

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

    jaimar Follow

    Latest posts made by jaimar

    • RE: Qtree with same label on parent and children

      Ok thank you, it works now with a unique id for each node.

      posted in Framework
      J
      jaimar
    • Qtree with same label on parent and children

      Hi, I came across a problematic with QTree component.
      When the label is the same in the parent and in the children only the parent is displayed.
      Example:
      nodes= [{label: test, children: [{label: test, children: []}]}]
      then only test is displayed as tree without children

      posted in Framework
      J
      jaimar
    • RE: Datatable with q-pagination input

      Actually using custom pagination solved the problem

      posted in Framework
      J
      jaimar
    • Datatable with q-pagination input

      Hi,
      I’m trying to use the a custom pagination using QPagination component but it doesn’t work out of the box. How can I access the pagination buttons to call pagination functions.

      I tried this:
      <div slot=“pagination” slot-scope=“props” :props=“props”>
      <q-pagination input @change=“updatePagination(props)” v-model=“props.pagination.page” :max=“props.pagesNumber” />
      </div>

      But without success. I tried to call props.setPagination but it’s not accessible.

      posted in Framework
      J
      jaimar