nicolaskruchten / pivottable

Open-source Javascript Pivot Table (aka Pivot Grid, Pivot Chart, Cross-Tab) implementation with drag'n'drop.
https://pivottable.js.org/
MIT License
4.35k stars 1.08k forks source link

How to show full texts? #1300

Closed ckarmy closed 2 years ago

ckarmy commented 2 years ago

Its a very simple question... How can I display the full text in each cell? The library add "..." if the characters exceed 20 characters I think. Like this:

Screen Shot 2022-03-28 at 16 34 40

And is posible to force the width to the 100%?

Thanks!

nicolaskruchten commented 2 years ago

There's nothing in this library that adds "...", no.

There's also no built-in feature for forcing the width to any given value, but you can likely do this in CSS.

ckarmy commented 2 years ago

Thanks! I will review my entire code for the "..."