How to insert newline into Grid's value
Confluence User - 01 Mar, 2017
Hi,
Just wonder if we can insert a NEWLINE into the Grid's value / FormValue?
I had tried with HTML tab and \n, both doesn't seems to be working.
For example:row.put("dummyColumn", "string1" + NEWLINE + "string2");
NOte: I'm using CommunityEdition 5.0
grid;formgrid