Dump to Grid and whitespace characters
new [] { "hello\tworld", "foo\r\nbar" }
dumping to data grids shows:
obviously I don't expect it to show the latter on two lines etc., but is there any chance that it could be made possible to render
\t
,\r
and \n
as a space character please inside the data grids, so that it'd be easier to see where one word ends and another begins?
Comments