daattali / timevis

📅 Create interactive timeline visualizations in R
http://daattali.com/shiny/timevis-demo/
Other
655 stars 157 forks source link

Force update of input$mytime_selected #82

Closed balintba closed 5 years ago

balintba commented 5 years ago

Hello,

I would like to allow the user to programatically select some elements - based on some criteria - on the timeline using the setSelection(...) function. After selecting the elements, I would need the IDs, in order to be able to delete and modify these. But the input$mytime_selected does not get updated as it was indicated in the description. Is there a way to force this input to get updated?

Thanks!

Best regards, Balazs

daattali commented 5 years ago

Fixed

balintba commented 5 years ago

Many thanks! I will update my version and will give it a try.

balintba commented 5 years ago

Hello, I have reinstalled the package from cran, but the issue still persist. AKA, after programatic selection of elements the input$mytime_selected still does not update. Would you mind to comment on this? Many thanks in advance!

daattali commented 5 years ago

It's not on CRAN - you'll need to install the github version


Dean Attali President & CEO AttaliTech Ltd http://AttaliTech.com http://attalitech.com

On Sun, 15 Sep 2019 at 06:42, balintba notifications@github.com wrote:

Hello, I have reinstalled the package from cran, but the issue still persist. AKA, after programatic selection of elements the input$mytime_selected still does not update. Would you mind to comment on this? Many thanks in advance!

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/daattali/timevis/issues/82?email_source=notifications&email_token=AAHIQFE2WKSVLIZEL6R53ADQJYGR7A5CNFSM4IWBP2C2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6XOCJI#issuecomment-531554597, or mute the thread https://github.com/notifications/unsubscribe-auth/AAHIQFECF5B26O4HGMSCP5LQJYGR7ANCNFSM4IWBP2CQ .

balintba commented 5 years ago

Ok! Many thanks, now it works fine!