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 the Index column #219

Closed groliffe closed 5 years ago

groliffe commented 6 years ago

Hi.

Is there any way of preventing the Index column from being displayed?

Cheers

Lance

groliffe commented 5 years ago

Found it can be done in CSS `.jexcel > thead > tr > td:first-child { display: none; }

.jexcel > tbody > tr > td:first-child { display:none; }`