How to set fixed width for row height?

How to set fixed width for row height?

bmt_madushankabmt_madushanka Posts: 4Questions: 2Answers: 0

i have a long text data from ajax request and its increes my data table row height.

how to set fixed width for row height?

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,598

    You need nowrap on the table, see here.

  • bmt_madushankabmt_madushanka Posts: 4Questions: 2Answers: 0

    thank you colin your replay.can i use nowrap with fixed width.like this

  • colincolin Posts: 15,237Questions: 1Answers: 2,598
    Answer ✓

    No, because the data wouldn't fit. You could use a custom renderer though, such as ellipsis, which would truncate your text as in your image above.

  • bmt_madushankabmt_madushanka Posts: 4Questions: 2Answers: 0

    thank you colin.

This discussion has been closed.