-
Notifications
You must be signed in to change notification settings - Fork 72
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
pivottable does not work with login/logout module #102
Comments
@AndreasPhilippi I think the problem is actually in your filtering code. The following works. Please note that I added the ability to scroll (by design pivotable can add lots of columns or rows, depending on the files you are analysing.
|
Hi, thx for your answer and your time. I tried your code but it still does not work. |
@AndreasPhilippi This is a bit mysterious & odd. Have you tried to run the example I've attached, exactly as it is? this is my session info(). Could you provide yours?
|
@smartinsightsfromdata This is how it looks like when I run the app: And that's what it looks like when I log out and in again In addition here the sessionInfo()
|
I'm keeping investigating the issue. This is what I found: There has been a regression of sort with the upgrade from htmlwidgets 1.3 to further releases. Please try to install htmlwidgets 1.3 and confirm. It works for me. Incidentally, now htmlwidgets 1.5 is out and I cannot test with 1.4 anymore. There is another regression with the login: with htmlwidgets 1.5 it doesn't work anymore! Please try to install htmlwidgets 1.3 and confirm (same as 1.5). |
@AndreasPhilippi There is a temporary fix (beyond using htmlwidgets 1.3) in ramnathv/htmlwidgets#349. I suggest to follow the evolution there. |
@smartinsightsfromdata |
Hi, Im trying to use your package in my app but unfortunally it seems there is a bug.
First a short introduction in the problem and my app:
The app uses an login interface for authentification. If the user input was valid the ui changes from login to dashboard view. One part of the dashboar is the pivottable. Up to here everythinkg works fine but if I click on the logout button and login again, the pivottable does not show up anymore. I'm trying to fix that issue since days. First I thought that my code is not working properly but if I replace the pivottable with some other reactive output everthing is working fine. Only when I include the pivottable in the server all reactive outputs are no longer displayed.
The following code is just a snipped of my app.
Would be very grateful for help!
The text was updated successfully, but these errors were encountered: