quasarframework / quasar

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

QTable Dense and Virtual Scrolling #15754

Open LeonBP7 opened 1 year ago

LeonBP7 commented 1 year ago

What happened?

The combination of dense + virtual scrolling properties on QTable result in a jerky scroll effect

What did you expect to happen?

I expect the virtual scrolling to be as smooth as it is without the dense property

Reproduction URL

https://codepen.io/krakertje99/pen/rNqybgR

How to reproduce?

  1. Go to the codepen
  2. Start scrolling in the table, it doesn't seem to happen the first few scrolls but eventually it will

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

pdanpdan commented 1 year ago

Sorry, I cannot see a difference on my computer. Maybe dense => more rows so more things to render?

Hmm, it looks like what you say a little :) I'll investigate