I tried Vue transition and transition-group, is=“transition” and is=“transition-group” and none of them worked.
I can not even add new rows with simple fade-in-down animation.
I had done it on other frameworks, but it not works in quasar.
I tried Vue transition and transition-group, is=“transition” and is=“transition-group” and none of them worked.
I can not even add new rows with simple fade-in-down animation.
I had done it on other frameworks, but it not works in quasar.
Hi,
How can I sort q-table with a transition? I want table rows to move smoothly when I change an item or add new data.
@metalsadman said in q-table not showing manually generated columns in grid mode:
@firibz action buttons on row doesn’t get auto generated when you change view. look for slot
item
instead.
https://codepen.io/metalsadman/pen/dyGovWL
just one more question, can I use slot “item” to override only one column in the grid view? am I have to write the whole card?
@metalsadman said in q-table not showing manually generated columns in grid mode:
@firibz action buttons on row doesn’t get auto generated when you change view. look for slot
item
instead.
https://codepen.io/metalsadman/pen/dyGovWL
wo0ow, thank you indeed @metalsadman
Hi, there is align=“justify” to horizontally align tabs, but there is not anything to vertically align tabs, how can I do that to fill the gap?
Hi, I have a table with some action buttons, I want the table to be like a grid in sm screens and I am using :grid="$q.screen.lt.sm", but action buttons are disappearing in the grid view, how can I have a grid view of tables with that action buttons?
code sandbox example:
https://codesandbox.io/s/grid-view-with-action-buttons-iq3jh
Hi, I`am using q-select with use-input for filtering, and @input-value=“toEnglish” for converting Persian characters to English characters and updating my model.
The problem is that the model is updating, but the use-input value is not updating, how can I only show the model value or update the use-input value to show converted text?