-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in DataTables while suppressing input #12
Comments
Thanks for your feedback! Would you mind including a MWE illustrating the issue? Cheers, |
Andrzej, pozdrawiam, |
MWE = minimal working example czyli najlepiej mozliwie prosta ale kompletna appka ktora bede mogl odpalic u siebie na zasadzie copy-n-paste :) |
OK, spreparuję przykład jak znajdę chwilę ;) |
@aoles tutaj MWE: https://github.com/Tazovsky/shinuURL_MWE/blob/master/app.R Logi:
Wydaje mi się, że przez tę |
Thank you Kamil for sharing the code. I'm not sure I can reproduce the error, though, at least running the app in RStudio viewer and in Firefox ESR 52.1.2 seems to be fine. Could you maybe clarify how do you run the app and at which stage the error occurs? |
Yes, it works in RStudio for me too. But not in Firefox. Error occurs just after app start. |
So which version of FF are you using? |
Firstly:
While supressing input
renderDtOutput_rows_current
using.
:.renderDtOutput_rows_current
packageDataTables
(R packageDT
) returns error.Secondly:
shinyURL
catches every input - including currently rendered rows, e.g.:renderDtOutput_rows_current=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25
so you can imagine what happens when you render 1000 rows...
Can you add argument to omit specific inputs?
The text was updated successfully, but these errors were encountered: