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

Add sorting icon bydefault in thead #275

Closed PragnaBrahmbhatt closed 5 years ago

PragnaBrahmbhatt commented 5 years ago

Hello, How to change style of thead -> td ? In below link here is functionality to change style of tbody td. I need to add basic sorting icon in thead->td Please help me if there is any pre build funciton or any other way to do this. Thank you

https://bossanova.uk/jexcel/examples/table-styling

PragnaBrahmbhatt commented 5 years ago

I found one solution as below but still not exact solution. I added css for thead->td. I put this comment here so it can help other users or it can give any idea to other users. table.jexcel thead td { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAgMAAAAPPt5fAAAACVBMV…djwAYEwGQKiGDsBJFsTA5AUoJhAqZaiDhEDVg9RC/MHEwAANsMA91AQfd/AAAAAElFTkSuQmCC) no-repeat center right; }

pphod commented 5 years ago

This works fine!