Qtable not rendering on subsequent changes when rows data updates.throws recursive vue warning #14583
Unanswered
jballa1
asked this question in
General - Components / Directives / etc
Replies: 3 comments 2 replies
-
In steps, dont add anything to columns. Let it select all the columns |
Beta Was this translation helpful? Give feedback.
0 replies
-
Make a repro that works, please. |
Beta Was this translation helpful? Give feedback.
1 reply
-
It's just because you break the table by making it display objects, arrays, ... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What happened?
I am trying to fetch data from API and update the table as query changes. However qtable update only ones and there is a vue warning saying that there is a recursive loop updated maximum number of allowed loops. On subsequent changes in the rows data, the table wont update
What did you expect to happen?
Table should update for every data change in the rows data
Reproduction URL
https://stackblitz.com/edit/quasarframework-w32tum
How to reproduce?
Flavour
Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)
Areas
Components (quasar)
Platforms/Browsers
Firefox, Chrome, Safari, Microsoft Edge, iOS
Quasar info output
Relevant log output
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions