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
{{ message }}
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
While trying to display a simple DataTable in Dash==1.13.4 there seems to be an issue when using both filter_action='native' and row_selectable='multi'.
There are no errors thrown in the stack trace and the data and columns print in the logs but the table doesn't display in the browser. When the page is inspected it just shows an empty div.