spectre.console icon indicating copy to clipboard operation
spectre.console copied to clipboard

Table AddRows methods.

Open simpleZed opened this issue 4 years ago • 0 comments

Is your feature request related to a problem? Please describe.

No, it isn't related to any problem is just a library feature that I want to request.

Describe the solution you'd like

A way to add new rows (not only one row) on a table.

When I am working with a sequence (most commonly case to use tables), I have to explicitly create a foreach construct and add row per row, I want this to be built-in into the library.

Describe alternatives you've considered

I am using extension methods to do it, but it would be easier if it was baked into the library.

A sample of what I am doing https://gist.github.com/simpleZed/84b3b80604b487c4e4c56339d4e25cd4

simpleZed avatar May 06 '21 15:05 simpleZed