How to put custom content like a linebreak inside p:column header

后端 未结 4 1297
执念已碎
执念已碎 2021-01-03 03:04

In my application, I have the following :

\"data

The 2nd column

4条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-03 03:24

    If it's CSS, you could have a
    tag after 'Number of'. I just saw your edited post.

    What you're doing in Firebug is actually 'editing text' However, what you need to do is 'Right click' and then 'Edit HTML'. This way when you insert the
    tag, the text would break and shift onto the next line.

提交回复
热议问题