Valerij Fredriksen
Valerij Fredriksen
So what you want is ``` id column1 column2 column3 ---- --------------- ------------------------------ ------------------ 1 data11 data12 data13 2 data21 data22 data23 3 data31 data32 data33 4 data41 data42 data43...
@sibiarunachalam there are a few ways to achieve this. You can convert the table to rows and then programatically insert empty lines wherever you need them. Another option is to...
@sibiarunachalam Not sure how much utility these methods provide when you can achieve the same effect in 1 line by creating the table normally and then splitting the result by...
Since ASCII tables is inherently for humans and not machines, I don't think/hope anyone would use this for anything more than a thousand rows, which makes any performance issue coming...
It's not currently possible. Do you want to span header/footer columns only or also some body columns?
I guess this is possible, but it's not trivial. This library takes in column definition and data separately, there is no way to control a single cell, so if this...