jspreadsheet / ce

Jspreadsheet is a lightweight vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with other spreadsheet software.
https://bossanova.uk/jspreadsheet/v4
MIT License
6.66k stars 820 forks source link

Suggestion: change thead children from td to th #1633

Open flatsiedatsie opened 11 months ago

flatsiedatsie commented 11 months ago

The advantage of th elements is that they can be used with position:sticky CSS. Which means it become very easy to always keep the headers frozen at the top with some CSS.

I've hacked the library to output th's in the thead, and have seen no adverse effects (yet). I've done this for the headers and the filters.