angular-generic-table icon indicating copy to clipboard operation
angular-generic-table copied to clipboard

Support merging cells (rowspan)

Open jackjamieson opened this issue 8 years ago • 1 comments

Some other table libraries support merging cells to create a rowspan, for example http://issues.wenzhixin.net.cn/bootstrap-table/#methods/mergeCells.html

The actual markup for the table is abstracted from the developer so maybe on the data level?

jackjamieson avatar Apr 25 '17 14:04 jackjamieson

Hmm interesting, haven't actually thought about this feature before but yeah the tricky part is probably how and where to define the rules for how this should work. Colspan is a bit easier too I guess as rowspan would require each row to know the state of the other rows.

It's not something we've planned for so I wouldn't expect this feature to be implemented anytime soon, but feel free to make a fork and make a pull request. Or if you have any good ideas or use cases for how this could be implemented please let me know.

hjalmers avatar May 01 '17 14:05 hjalmers