Replies: 1 comment 6 replies
-
The reason this hasn't been implemented already is because mechanically it's pretty rough. A rowspan only works if there's no row beneath the one you're spanning,
So inside the handlebars template, I'd have to somehow backreference the previous row's td in that index to see if it had a rowspan before generating the current row that way I could leave out the specific td, etc. There's a chance some javascript magic could be worked on that table element after it's generated but I've never really given it much thought. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For cases like this where a single actor has multiple rows, it would be ideal if this last column was able to span all three rows so it doesn't force the first row to be "too tall"
edit: Actually, looking at the pic again, it would also be nice to do this for the first column so that it can be vertically centered within its own actor "row"
edit x2: And same for that classes entry, rowspan 2 would be ideal for an actor that has multiple classes
Beta Was this translation helpful? Give feedback.
All reactions