Test.zip
This is a reproducible (at least on my end) example of what I was referring to in a previously closed issue. Two things are going on here on my data set (and not on the mtcars dataset) that are unusual, so I've attached the RDS file needed to be used in the following example code:
1) Column resizing does not work when launching the Rshiny application via browser, but does seems to work when launching it locally in R-Studio. This seems to be a dataset specific issue, because it does work when I use mtcars dataset.
2) When launching in browser and trying to adjust column width of one of the larger columns (Column_Name = "Test15") it seems to be reacting oddly, and not following what I expect to happen from a resize option = "overflow". When resizing Column15 all other columns seems to scale as well, instead of just column 15 independently.
Test.zip This is a reproducible (at least on my end) example of what I was referring to in a previously closed issue. Two things are going on here on my data set (and not on the mtcars dataset) that are unusual, so I've attached the RDS file needed to be used in the following example code:
1) Column resizing does not work when launching the Rshiny application via browser, but does seems to work when launching it locally in R-Studio. This seems to be a dataset specific issue, because it does work when I use mtcars dataset.
2) When launching in browser and trying to adjust column width of one of the larger columns (Column_Name = "Test15") it seems to be reacting oddly, and not following what I expect to happen from a resize option = "overflow". When resizing Column15 all other columns seems to scale as well, instead of just column 15 independently.