quasarframework / quasar

Quasar Framework - Build high-performance VueJS user interfaces in record time
https://quasar.dev
MIT License
25.29k stars 3.43k forks source link

Problems with using Q-table Component #17149

Open chenxq-297 opened 2 weeks ago

chenxq-297 commented 2 weeks ago

What happened?

The Q-table is sorted by any field, and the watch command cannot detect changes in rows data.

What did you expect to happen?

Regardless of page turning or sorting, the watch cannot monitor changes in the data source. What could be the reason behind this? I want to achieve fixed multiple columns (left or right) through configuration.example .Any good suggestions?

Reproduction URL

https://codepen.io/297ya/pen/BaEEjGW?editors=1111

How to reproduce?

1.Click to sort or next page buttom 2.Check the console and find no response

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

No response