You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've produced great results very quickly with this package, but now I am stuck. Is there a way to globally adjust the row heights in a table? I've tried adding a style rule across all columns, but it seems that I can only adjust the left and right padding. Changing the top and bottom padding has no effect. Is there some other way to control this parameter?
Thanks.
The text was updated successfully, but these errors were encountered:
Ok, so poking around has taught me that the table formatting comes from Bootstrap style sheets, which get saved in a lib\ folder when the html is generated. Modifying the padding in the .table-condensed style in bootstrap.min.css had precisely the effect I was after. But obviously this is not the right way to do it. So I guess my question is how do I override or re-assign this particular parameter from within the R code?
I've produced great results very quickly with this package, but now I am stuck. Is there a way to globally adjust the row heights in a table? I've tried adding a style rule across all columns, but it seems that I can only adjust the left and right padding. Changing the top and bottom padding has no effect. Is there some other way to control this parameter?
Thanks.
The text was updated successfully, but these errors were encountered: