Thank you for the help!
Did you mean :class is the same as v-bind:class?
Thank you for the help!
Did you mean :class is the same as v-bind:class?
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>
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?
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?
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!
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?)