renderTable rotate.colnames

Unfortunately, that site gives seems to give the same answer as every other site: It gives an example of setting the width of the the entire table, but I need to control the width of each column.

This page Addresses how to fix the width of the columns, but it only defines a single width. Further, when I modify the code above to include:

 tags$head(tags$style(HTML('#faith table {
                        border-collapse:collapse; 
                        column_width: 100px;
                        } )))

Nothing changes. I've tried widths of 10px, 50px, 100px, and 500px, and nothing changes in the output either in the preview or the browser.


Replies to this question are best placed here: Controlling renderTable column width