grid-js / gridjs

Advanced table plugin
https://gridjs.io
MIT License
4.39k stars 240 forks source link

Callback on text overflow to customize cell content #1415

Open eldoy opened 8 months ago

eldoy commented 8 months ago

If the text in the cell overflows due to being too long or being resized, is there any way to do ellipsis on the content?

It would also be cool to have a callback for cells that overflow so that the ellipsis function can be customized. Is that possible or on the horizon?