q-table not work with reactive and server side pagination #13235
Labels
area/components
bug/1-repro-available
A reproduction is available and needs to be confirmed.
flavour/quasar-cli-vite
kind/bug 🐞
Qv2 🔝
Quasar v2 issues
What happened?
First of all, I want to say thank you very much for making such a wonderful framework.
When the pagination object is declared through reactive, there is no problem in the first rendering, but there is a problem in the subsequent operation.
What did you expect to happen?
I was expecting the same behavior of declaring a pagination object reactive as declaring it as ref.
Reproduction URL
https://codepen.io/jeewhan/pen/NWXmgmB
How to reproduce?
Click the right arrow in the lower right corner of the table.
The list is updated, but the page information is not updated, and the next page is no longer loaded even when the right arrow is pressed.
Flavour
Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)
Areas
Components (quasar)
Platforms/Browsers
Chrome
Quasar info output
No response
Relevant log output
No response
Additional context
I think there are two ways to solve the problem.
Modify it so that it works even when reactive is used.
The document specifies that pagination objects must use ref.
If you agree that the situation needs to be fixed now, and if you can give me a guide and an opportunity to solve the problem, I would like to solve it myself.
The text was updated successfully, but these errors were encountered: