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 want to have my rpivotTable aligned to left side of the screen ignoring template setting. Due to the html_output template things like <div align="left"> does not work. Defining styles as the beolw works, but AFAIU the problem is it overrides rpivotTable styles provided to function call, like height="100%", which makes the table overlaying on the text which is normally below the table, when mentioned style is not added.
I want to have my rpivotTable aligned to left side of the screen ignoring template setting. Due to the
html_output
template things like<div align="left">
does not work. Defining styles as the beolw works, but AFAIU the problem is it overrides rpivotTable styles provided to function call, likeheight="100%"
, which makes the table overlaying on the text which is normally below the table, when mentioned style is not added.Is there any way to simply append those styling attributes to achieve the left alignment?
The text was updated successfully, but these errors were encountered: