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.7k stars 820 forks source link

Hide rowheader #239

Closed sandyaveas closed 5 years ago

sandyaveas commented 5 years ago

Unable to hide RowHeader in Jxcel.

pphod commented 5 years ago

$('.jexcel_label').hide(); will do the trick.