Table not showing up on Dash App

Hi @dgudhka

Have you tried out what I explain on one of your previous questions in a different thread? Instead of directly returning the table in the callback return the data and then you can pass that data to the datatable

From how you have it in this post you’re still going to have the loader/spinner issue you had in that other thread.

Try setting up your callback with how I showed you in the example in dcc.Input changes output but can it not? - #9 by dgudhka

It should solve both issues this one and the one in that other thread.

1 Like