Hi,
I am trying to add a Dash component to my ITables project.
ITables renders Pandas and Polars DataFrames as interactive HTML tables using https://datatables.net/ (MIT license). It currently supports Jupyter Notebook (HTML or widget), Shiny and Streamlit applications.
Thanks to the tutorial I have been able to create a standalone Dash component which I have seen working. Now I am trying to include that new component into ITables - see this PR, however the app fails to render. Could I get a little help with the PR please?
Thank you