mirror of
https://github.com/dylanbenzi/hurricane_normalization_app.git
synced 2026-07-30 05:08:57 +00:00
fix dt table width
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user