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

    How to use qgrid in quasar 2.0.1?

    [v1] App Extensions
    3
    3
    236
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      midas last edited by

      Hi, I am going to build a datatable with filter, sort and search features.
      I found a good example: qgrid.
      I added this extension to my project but it says it works in only quasar ^1.4.3.
      My app is 2.0.1.
      How can I handle this problem?

      1 Reply Last reply Reply Quote 0
      • metalsadman
        metalsadman last edited by

        @midas quasar and @quasar/app is different https://quasar.dev/start/release-notes#Introduction. post your quasar info logs.

        1 Reply Last reply Reply Quote 0
        • Hawkeye64
          Hawkeye64 last edited by

          @midas If qgrid is a quasar app extension, then they have not adjusted their app.compatibleWith in app-ext/src/index.js
          It should look like this to get rid of the issue:

          api.compatibleWith('@quasar/app', '^1.4.3 || ^2.0.0')
          
          1 Reply Last reply Reply Quote 0
          • First post
            Last post