Hi,
one of the column in the table would contact new line character, I want to report to really show a line break as it is be kept. But now it is just being shown in 1 line.
Please kindly advise.
Chadwick
Hi,
one of the column in the table would contact new line character, I want to report to really show a line break as it is be kept. But now it is just being shown in 1 line.
Please kindly advise.
Chadwick
By default HTML does not preserve new line characters. To make it to do so, use white-space:pre CSS for the column:
select 'dbr.colstyle', 'column', '[white-space:pre]';
--
myDBR Team
It works! Thanks a lot.
You must log in to post.