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. firibz
    3. Posts
    F
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 8
    • Best 0
    • Groups 0

    Posts made by firibz

    • RE: Animate table sorting

      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.

      posted in Framework
      F
      firibz
    • Animate table sorting

      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.

      posted in Framework
      F
      firibz
    • RE: q-table not showing manually generated columns in grid mode

      @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?

      posted in Framework
      F
      firibz
    • RE: q-table not showing manually generated columns in grid mode

      @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 ❤

      posted in Framework
      F
      firibz
    • Hi, How to vertically align vertical q-tabs ?

      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?

      justified tabs.PNG

      vertical tabs.PNG

      posted in Framework
      F
      firibz
    • q-table not showing manually generated columns in grid mode

      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

      posted in Framework
      F
      firibz
    • q-select auto complete not updating use-input value and can not hide it

      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?

      Screenshot (1703).png

      posted in Framework
      F
      firibz