Skip to content

Commit

Permalink
datagrid: fixed recalculating bug in shiny
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Sep 18, 2024
1 parent 3fda251 commit b49dc93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/datagrid.R
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,9 @@ datagrid_html <- function(id, style, class, ...) {
class = class,
style = style,
style = "margin-bottom: 15px;",
...,
tags$div(
id = paste0(id, "-container"), class = class, style = style, ...
id = paste0(id, "-container")
)
)
}
Expand Down

0 comments on commit b49dc93

Please sign in to comment.