-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Requirements
- Method ToString(CompuMaster.Data.ConvertToPlainTextTableOptions options) with support
- for all configurable option settings
- with support to remove line between header cells and data cells (as already default style in CompuMaster.Data.DataTables.*)
- with support for min/max chars per column (as already implemented in CompuMaster.Data.DataTables.*)
- CompuMaster.Data.ConvertToPlainTextTableOptions should provide a standard configuration for default style of current .ToString() output
- Test implementations: Plain text tables output should render equally between .ToString(options) and already implemented methods in CompuMaster.Data.DataTables.*
- CompuMaster.Data.ConvertToPlainTextTableOptions.SimpleLayout
- all other default styles of CompuMaster.Data.ConvertToPlainTextTableOptions....
Reactions are currently unavailable