You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just ran into an issue where the tabulator widget gets permanently stuck with display: none.
This happens when layout is set to fitDataTable and the reactive chain is stopped with shiny::req().
I just ran into an issue where the tabulator widget gets permanently stuck with
display: none.This happens when
layoutis set tofitDataTableand the reactive chain is stopped withshiny::req().Demo
CleanShot.2024-12-10.at.11.32.43.mp4
Code