Skip to content

Commit

Permalink
Suppress data.table error alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
wkmor1 committed Aug 28, 2024
1 parent f11d770 commit db7214f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,8 @@ output$quality_table <- renderDataTable({
ordering = FALSE,
processing = FALSE
),
fillContainer = TRUE
fillContainer = TRUE,
callback = JS("$.fn.dataTable.ext.errMode = 'throw';")
)
})
Expand Down

0 comments on commit db7214f

Please sign in to comment.