Sticky Header in QTable with position:sticky;
-
So I have not got a problem making a sticky header column in a normal html table but when I try to do the same to QTable it does not work.
Would somebody be so kind to show me what I am missing ?
https://codepen.io/turigeza/pen/VNBPKL
https://codepen.io/turigeza/pen/rbrzqM -
Well just after I posted this question I figured how I can do this. One has to give a
max-height
to the.q-table__middle.scroll
https://codepen.io/turigeza/pen/pBZWmd