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?
I want a <table> where
<thead>.Is that possible?