Skip to content

Commit ba1744c

Browse files
authored
Merge pull request #176 from American-Soccer-Analysis/175-datatable-chrome
Fix table rendering errors by removing deprecated function from callback
2 parents 325029b + 54a2866 commit ba1744c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

utils/tables/ui_utils.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ tables_body <- function(page, client_timezone, tables_rv, filtering_hint_ind) {
120120
df,
121121
extensions = c("Buttons", "FixedColumns", "Responsive"),
122122
plugins = "diacritics-neutralise",
123-
callback = JS("setTimeout(function() { table.columns.adjust().fixedColumns().relayout(); }, 500);"),
124123
options = list(pageLength = 30,
125124
autoWidth = FALSE,
126125
dom = "lBfrtip",

0 commit comments

Comments
 (0)