quasarframework / quasar

Quasar Framework - Build high-performance VueJS user interfaces in record time

Home Page:https://quasar.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problems with using Q-table Component

chenxq-297 opened this issue · comments

commented

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