Skip to content

Releases: dreamRs/toastui

v0.3.4

19 Sep 07:11
Compare
Choose a tag to compare
  • Updated cal_props() example.
  • Turn off usageStatistics option for datagrid() and chart() (same as for calendar()).
  • datagridOutput() / renderDatagrid() fixed a bug causing table to have a css class recalculating added to the outpput element.

v0.3.3

29 Mar 08:01
Compare
Choose a tag to compare
  • 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().

v0.3.2

07 Mar 14:52
Compare
Choose a tag to compare
  • Updated tui-grid to 4.21.22.
  • grid_editor_date() new arguments language and weekStartDay.

Breaking changes

  • grid_proxy_delete_row(): argument index renamed rowKey and now expect the row key of the row to delete, you can find the rowKey value in input$<outputId>_data.
  • input$<outputId>_data is now given with an extra column rowKey thats gives the internant row key of the row.

v0.3.0

20 Jun 16:16
Compare
Choose a tag to compare

v0.2.1

12 Jan 10:34
Compare
Choose a tag to compare
  • First CRAN submission.
  • Updated JavaScript dependencies (tui-calendar 1.15.1, @toast-ui/chart 4.4.1, tui-grid 4.20.0).

v0.2.0

03 Nov 10:47
Compare
Choose a tag to compare

Use packer to manage JavaScript source code and dependencies.

toastui v0.1.2

17 Jun 15:43
78cdbea
Compare
Choose a tag to compare
  • Added a NEWS.md file to track changes to the package.
  • Addded datagrid() & helpers to create interactive tables based on tui-grid.
  • Addded calendar() & helpers to create interactive calendars based on tui-calendar.
  • Addded chart() & helpers to create interactive charts based on tui-chart.