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. lattamore
    L
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 6
    • Best 0
    • Groups 0

    lattamore

    @lattamore

    0
    Reputation
    345
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    lattamore Follow

    Latest posts made by lattamore

    • RE: QSideLink - Not Clickable

      Thank you for the help!

      Did you mean :class is the same as v-bind:class?

      posted in Help
      L
      lattamore
    • QSideLink - Not Clickable

      When a side link is marked as disabled it shows correctly being grey and cursor, but it is still clickable. How can we tell it to not go to the route and not be clickable?

      <q-side-link v-bind:class="{ 'disabled': !searchEnabled}" item :to="{name: 'customersearch'}" exact >
        <q-item-side icon="search" />
        <q-item-main :label="$t('customers.side-nav.customers.customer-search')" />
      </q-side-link>
      
      posted in Help
      L
      lattamore
    • Data Table breaks when chinese characters in column label

      The data table works great except when I am trying to add a chinese character set to the column labels. It shows a misalignment where the selecter ends. If i replace only the characters in the label with english the alignment issue goes away. Am I doing something wrong?

      0_1511726474930_56510eb3-0d47-417f-8115-31372280064e-image.png

      posted in Framework
      L
      lattamore
    • datatable show a button on bar without the "selection"

      When defining a datatable it is easy to add buttons to the slot=“selection” as in the demo code. Is there another slot to allow a button in this area without the selection?

      For instance a datatable that shows addresses of a current person. If they don’t have one I would like to see a button on the bar for “add”. If selection occurs the “Edit” and “Delete” would show up next to the add button. Does this functionality exist?

      posted in Help
      L
      lattamore
    • RE: How can I put the QLayout left slot between the header and the footer?

      Thank you benoitranque, I was testing on the website through the small mobile emulator… The mobile is always left nav full top to bottom. When I tested through the “Desktop” mode, it worked!

      posted in Help
      L
      lattamore
    • How can I put the QLayout left slot between the header and the footer?

      From what I can tell when I add the side links to the QLayout slot=left it is always to the left of the header and footer. Is there a way I can tell it to be “between” the header and footer?

      Re: [How can I put the "Drawer" between the header and the footer (toolbars)](opening and closing between them?)

      posted in Help
      L
      lattamore