0

I want a <table> where

  • There is a max height.
  • The header is fixed (is not affected by scroll).
  • Column widths are calculated automatically (not fixed)
  • No assumption is made on the height of <thead>.
  • The solution uses pure css.

Is that possible?

Anders Lindén
  • 6,839
  • 11
  • 56
  • 109
  • 1
    Can [this](https://stackoverflow.com/questions/23989463/how-to-set-tbody-height-with-overflow-scroll/23989771) help? – xKobalt Aug 28 '20 at 08:06
  • 1
    Are you want like [this](https://codepen.io/pdg/pen/MayBJK)? –  Aug 28 '20 at 08:08
  • 1
    it could be possible : https://codepen.io/gc-nomade/pen/abboqbR ... genuine table scrolling with fixed header ... – G-Cyrillus Aug 28 '20 at 08:11

0 Answers0