Hi, I installed react-bootstrap-table-next npm new version. how can i display limited text. because table row lot of unwanted space. anyone can help me.

the output look like this.
Angular is a typescript based open source front-end web application framework...
it's a default behavior, you can try to add some css via column.style or column.classes like:
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
@AllenFang Thanks. It's works fine
Most helpful comment
it's a default behavior, you can try to add some css via column.style or column.classes like: