toastui icon indicating copy to clipboard operation
toastui copied to clipboard

R htmlwidgets for ToastUI libraries: grid, calendar and chart

Results 17 toastui issues
Sort by recently updated
recently updated
newest added

The [example code for the cal_proxy_toggle function](https://dreamrs.github.io/toastui/reference/cal_proxy_toggle.html) does not work as expected. Specifically, the checkbox selections do not just toggle the clicked boxes, but all calendars are affected (see attached)....

## Description I ran the [example for the cal_events function](https://dreamrs.github.io/toastui/reference/cal_events.html), which includes: ``` clickSchedule = JS("function(event) {alert(event.schedule.id);}") ``` ... but no alert is created upon a schedule-click event. ## Expected...

### **Description:** _**Shift + Left Click**_ multi-row range selection in `datagrid()` checkbox columns generated by `grid_selection_row()` visually updates all checkboxes in the selection range but does not actually update the...

Thanks for this nice R package of TOAST UI, I just want to make a simple interactive lab equipment booking calendar, where different lab items should have different colors showing...

Is it possible to have `dayStart` and `dayEnd` for `cal_week_options()`?

I am aware that the JS-library has changed, but I couldnt find any solution to this. I need to create custom Popups to create additional calendar entries. This example app...

Wonderful package!! Is it possible to turn off the google analytics option in toastui via ? According to some documentation they use GA to track usage of the open source...