Make ToString
and ExtendToString
Respect OS NewLine Configuration
#92
Labels
enhancement
New feature or request
Currently, the
ToString
andExtendToString
function implementations for grid views always use '\nas the newline character by default. This can cause display issues on some Windows terminal since the OS newline is
\r\n`.It may be worth making os.NewLine the default (at least for the
ToString
functions) so that they print appropriately out of the box.The text was updated successfully, but these errors were encountered: