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
The text was updated successfully, but these errors were encountered:
dtamien
changed the title
Modify f7Col width as is Rshiny::column(width=10)
Modify f7Col width as it is possible with Rshiny::column(width=10)
Feb 10, 2023
Hello !
Is it possible to modify
f7Col
width as it is possible withRshiny::column(width=10)
?Here, my columns are equals:
However I'd like to set the first one to
width=10
and the second one towidth=2
. I couldn't do it usingcolumn()
.Here is my code:
The text was updated successfully, but these errors were encountered: