How to use qgrid in quasar 2.0.1?
-
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? -
@midas quasar and @quasar/app is different https://quasar.dev/start/release-notes#Introduction. post your
quasar info
logs. -
@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')