fix dt table width

This commit is contained in:
2026-04-06 01:36:00 -04:00
parent b61790e17b
commit 933fe72b01
2 changed files with 6 additions and 3 deletions
+2
View File
@@ -24,6 +24,7 @@ server <- function(input, output, session) {
output$storm_coverage_table <- renderDT({
datatable(
storm_coverage,
fillContainer = TRUE,
rownames = F,
escape = F,
colnames = c("Year", "Name", "Data"),
@@ -440,6 +441,7 @@ server <- function(input, output, session) {
output$track_data <- renderDT({
datatable(
fillContainer = TRUE,
storm_track() %>%
select(
formatted_datetime,