Table view of undefined dict

Hi,

After using the ParamsFromFile method I would like to show the results that are uploaded. However the Table method can only handle a predefined ‘default’ table. Is it possible to visualize a random table without defining it first? It doesn’t have to be editable.

Thanks!

Bart

Hi Bart,

It is indeed not possible to dynamically define the columns of a TableInput. If you want to visualize arbitrary data I suggest you do this in a View. Plotly has some functionality to visualize tables. For this you will need to use a PlotlyView. Another package that can be used for visualization of tables is Bokeh, for which you will need the WebView. Please note that the data will not be editable from the view.

Regards,

Raoul

1 Like

Hi Raoul,

Good idea to use Plotly. I’ll look into it!

Thanks,

Bart