p-ranav / tabulate

Table Maker for Modern C++
MIT License
1.93k stars 138 forks source link

Possibility to merge cells? #65

Open rlalik opened 3 years ago

rlalik commented 3 years ago

Hi, very nice project. Considering to use it in my own. I was wondering whether it is possible to merge cells, like multicol or multirow stuff. E.g. table with 4 columns, and I want to merge col 1 and 2 into single column for selected rows. Somehow did not found it in the examples.

mewais commented 3 years ago

Wondering about this as well. Is this available?

p-ranav commented 3 years ago

Currently, this is not possible. I'd have to evaluate if it'll be feasible based on the current implementation.