How to have a fix thead at the top? I tried the below script but it didn\'t fixed on scrolling.
table { width: 100% (or the preferred value); } thead { position: fixed; top: 0; background: khaki; color: white; width: 100%; }