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. trsiddiqui1989
    3. Topics
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 9
    • Best 0
    • Groups 0

    Topics created by trsiddiqui1989

    • T

      QDataTable -> Disable Selection of Specific Rows
      Framework • • trsiddiqui1989

      2
      0
      Votes
      2
      Posts
      431
      Views

      benoitranque

      Answered already on gitter:

      Will be possible in v0.15, using slot render 🙂

    • T

      Guide for using custom build?
      Framework • • trsiddiqui1989

      2
      0
      Votes
      2
      Posts
      505
      Views

      benoitranque

      Take a look here for more details on importing icons. Quasar icons are provided by quasar extras so take a look there. No need to make your own quasar fork. Also, note that v0.15 is coming out this month with a big focus on user customization

    • T

      Drawer Side bar/panel with overlay wont close by clicking on the faded region after a page is visited
      Framework • • trsiddiqui1989

      1
      0
      Votes
      1
      Posts
      471
      Views

      No one has replied

    • T

      Handle selection of multiple rows in multiple QDataTables inside for loop
      Framework • • trsiddiqui1989

      2
      0
      Votes
      2
      Posts
      1459
      Views

      T

      I got the answer here.

      https://stackoverflow.com/questions/46734790/dynamic-selection-method-of-qdatatable-quasar-framework-vue-js

    • T

      selection option in config is showing weird UI
      Framework • • trsiddiqui1989

      2
      0
      Votes
      2
      Posts
      778
      Views

      ssuess

      try setting the row height in the global table config.

      patientConfigs: { rowHeight: '50px' }