-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement an ITable component for Dash #358
Conversation
Thank you for making this pull request. Did you know? You can try it on Binder: Also, the version of ITables developed in this PR can be installed with
(this requires |
Codecov ReportAttention: Patch coverage is
❌ Your patch status has failed because the patch coverage (79.61%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #358 +/- ##
==========================================
- Coverage 94.80% 93.78% -1.03%
==========================================
Files 26 31 +5
Lines 1329 1432 +103
==========================================
+ Hits 1260 1343 +83
- Misses 69 89 +20 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Currently the component fails to load. Reproduce with:
There is no error displayed in the Python shell, but in the browser I see this: I will try to get help from the Dash forum. |
@LiamConnors I am trying to provide a Dash component that would be imported with Currently the ressources for my component are not loaded in the dash app and that seems to be because of the relative import (at least, I have another version in a standalone package which I see working in Dash - but that's not how I want to distribute it). |
65537fc
to
4c3de12
Compare
a7b1d4f
to
ed8f04b
Compare
7200e27
to
8853389
Compare
This PR will add an ITable component to be used in Dash applications.
Will close #245