Notice that the last column has a "light" border on the right. I'd like to have the last column have both left and right borders "heavy". How can I do that?
I'd like my default style to alternate 2 colors on rows (grey, white, grey, white ...) to improve readability. But I don't know how many rows there will be in advance. Is there already a way to do that or should I cook up something of my own?
As I understand it from the docs, there currently is no facility to style individual cells, right?
I have a strong interest in this package, so if life doesn't get in the way too much I'll definitely attempt to contribute! Thanks for the good work!
If you have the table, you ought to be able to compute a row-style (which is, after all, just quoted data) that has what you want based on the number of rows.
If you have the table, you ought to be able to compute a row-style (which is, after all, just quoted data) that has what you want based on the number of rows.
Thanks, I certainly can. I just asked because since Uni-table is a very new package, and I know Dominik is very prolific so perhaps some functionalities were not documented yet.
Btw, support for lazy and/or splicing styles is planned. If I only wasn't too busy it would already be implemented (alongside support for really large tables).