Help on QTable rowNumber refresh
-
Hi community!
I’m creating a Crud component based on QTable and sometimes can be Server side requests, and sometimes simple pagination.
When i do
delete this.pagination.rowsNumber;
even with
:pagination.sync="pagination"
Qtable dont switch back to simple pagination
I tried$refs.table.setPagination(this.pagination)
but without luck, any suggestions ?
-
I would post this for better support on the new Quasar github discussions forums:
https://github.com/quasarframework/quasar/discussions -
yay, thanks @dobbel
started there!