Replies: 1 comment 3 replies
-
@madf0x that is good idea, I will try to implement it |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
it would be nice if you added some methods to skip/suppress columns like RemoveColumn(int index).
I've used a workaround which works for trailing columns where you can do WithColumnFormat(s => "").TrimColumn() but that doesn't work for columns in between and is rather ugly.
What do you think about this?
Beta Was this translation helpful? Give feedback.
All reactions