Recent Releases of toastui

toastui - v0.4.0

  • New htmlwidget editor(), a Markdown WYSIWYG Editor (https://ui.toast.com/tui-editor).
  • New input input$<outputId>_data_filtered in datagrid() to get filtered data displayed in table.

- R
Published by pvictor 11 months ago

toastui - v0.3.4

  • 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.

- R
Published by pvictor over 1 year ago

toastui - v0.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().

- R
Published by pvictor almost 2 years ago

toastui - v0.3.2

  • 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.

- R
Published by pvictor almost 2 years ago

toastui - v0.3.0

  • Updated tui-calendar to @toast-ui/calendar 2.1.3 (see https://github.com/nhn/tui.calendar/blob/main/docs/en/guide/migration-guide-v2.md)
  • Updated @toast-ui/chart to 4.6.1 (https://github.com/nhn/tui.chart/releases).
  • Updated tui-grid to 4.21.12 (https://github.com/nhn/tui.grid/releases).

- R
Published by pvictor over 2 years ago

toastui - v0.2.1

  • First CRAN submission.
  • Updated JavaScript dependencies (tui-calendar 1.15.1, @toast-ui/chart 4.4.1, tui-grid 4.20.0).

- R
Published by pvictor about 4 years ago

toastui - v0.2.0

Use packer to manage JavaScript source code and dependencies.

- R
Published by pvictor over 4 years ago

toastui - toastui v0.1.2

  • 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.

- R
Published by pvictor over 4 years ago