The R DT package uses a datatables JavaScript data library to draw pretty tables. I can determine the formatting of the cells in the table using the formatStyle () function, but there seems to be no function to format the column headers. Is there a way to format table headers like fonts, alignments, etc.?
Many DT stack overflow questions are specific to R Shiny, and I don't use R Shiny.
source
share