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

Hi! In the following example, when I double-click in any cell of the column 'Species' the editing-popup that should appear is invisible. I can check that the popup is there...

Dear Creators, I actually tried different ways in order to print all the schedules/data inside of the calendar, but i couldn't find a solution. Could you help me? ``` library(shiny)...

When editing a previously created schedule, the drop-down menu associated to calendarId does not read the value of the schedule. Please see the screenshots.

Hi, thanks a lot for this very useful package - I'm trying to see if it's possible to edit the calendar in a shiny app to add entries directly by...

I presume this would entail a bunch of work, but it would be super great: https://ui.toast.com/tui-image-editor

Hi, Is there any way to customize the `calendar()` popup with different user inputs when `isReadOnly = FALSE`? Should I change the inputs from https://github.com/dreamRs/toastui/blob/master/inst/htmlwidgets/calendar.js under `cal.createSchedules([{}])` & `Shiny.setInputValue({})` Please...

Hi @pvictor. The current time indicator isn't shown when it isn't the systems date/time. But when it is, then it is shown. So is it possible to remove the current...

Hi. Thank you for creating this wonderful htmlwidget. I have the created a weekly calendar below: ``` library(toastui) calendar(view="week", defaultDate = NULL) %>% cal_week_options(workweek = TRUE, hourStart = 7.5, hourEnd...

Hi Victor, When using insertUI within a golem modularised app, I end up with: ```js Uncaught ReferenceError: datagrid is not defined at eval (eval at tryEval (htmlwidgets.js:252:16), :1:1) at tryEval...

I am displaying >100 events across 5 calendars. If I navigate to an earlier month (e.g., Dec 2023 from starting at Feb 2024), the calendar not longer updates and stays...