Skip to content

Commit

Permalink
upgrade DataTables to 1.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
stla committed Oct 5, 2023
1 parent 65e6169 commit 7c1fe53
Show file tree
Hide file tree
Showing 263 changed files with 66,074 additions and 42,678 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CHANGES IN DT VERSION 0.30

- Upgraded DataTables version to 1.13.6.

- Fixed a bug that when using `updateSearch()`, the clear button inside the input box doesn't show up, and the table doesn't update when the input is cleared (thanks, @DavidBlairs, #1082).

- Added support for a list of Booleans as input to the `class` argument of `DT::datatable()` when `style = 'bootstrap'` (thanks, @pedropark99, #1089). In other words, you can now select the Bootstrap classes you want to use at `DT::datatable()` by using a list of Booleans that select the classes you want to use. In the example below, we are producing an HTML table that uses the `stripe` and `hover` Bootstrap classes:
Expand Down
2 changes: 1 addition & 1 deletion R/package.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
#' @import stats utils
NULL

DataTablesVersion = '1.13.4'
DataTablesVersion = '1.13.6'

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7c1fe53

Please sign in to comment.