Skip to content

Commit

Permalink
v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Mar 28, 2024
1 parent 8ccd333 commit 2997b76
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: toastui
Title: Interactive Tables, Calendars and Charts for the Web
Version: 0.3.2.9200
Version: 0.3.3
Authors@R: c(
person("Victor", "Perrier", email = "[email protected]", role = c("aut", "cre", "cph")),
person("Fanny", "Meyer", role = "aut"),
Expand Down
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export(chart_labs)
export(chart_options)
export(datagrid)
export(datagridOutput)
export(datagridOutput2)
export(datagrid_proxy)
export(grid_click)
export(grid_col_button)
Expand Down Expand Up @@ -64,6 +65,7 @@ export(navigation_options)
export(renderCalendar)
export(renderChart)
export(renderDatagrid)
export(renderDatagrid2)
export(reset_grid_theme)
export(set_grid_lang)
export(set_grid_theme)
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# toastui 0.3.3

* New function `grid_col_checkbox()` to add checkboxes into a column.
* `datagrid()`: new argument `guess_colwidths_opts` to customize colums widths with function `guess_colwidths_options()`.


# toastui 0.3.2
Expand Down

0 comments on commit 2997b76

Please sign in to comment.