Skip to content
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

Merged
merged 7 commits into from
Mar 23, 2025
Merged

Implement an ITable component for Dash #358

merged 7 commits into from
Mar 23, 2025

Conversation

mwouts
Copy link
Owner

@mwouts mwouts commented Mar 15, 2025

This PR will add an ITable component to be used in Dash applications.

Will close #245

Copy link

Thank you for making this pull request.

Did you know? You can try it on Binder: Binder:lab.

Also, the version of ITables developed in this PR can be installed with pip:

pip install git+https://github.com/mwouts/itables.git@itables_for_dash

(this requires nodejs, see more at Developing ITables)

@codecov-commenter
Copy link

codecov-commenter commented Mar 15, 2025

Codecov Report

Attention: Patch coverage is 79.61165% with 21 lines in your changes missing coverage. Please review.

Project coverage is 93.78%. Comparing base (08df6e2) to head (8853389).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/itables_for_dash/properties.py 43.33% 17 Missing ⚠️
src/itables_for_dash/ITable.py 94.59% 2 Missing ⚠️
src/itables_for_dash/__init__.py 94.44% 1 Missing ⚠️
tests/test_itables_for_dash.py 93.75% 1 Missing ⚠️

❌ 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.
❌ Your project status has failed because the head coverage (90.92%) is below the target coverage (93.00%). You can increase the head 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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mwouts
Copy link
Owner Author

mwouts commented Mar 15, 2025

Currently the component fails to load.

Reproduce with:

git clone https://github.com/mwouts/itables.git
cd itables
git checkout itables_for_dash
conda env create --file environment.yml
conda activate itables
pip install -e .
python apps/dash/app.py

There is no error displayed in the Python shell, but in the browser I see this:
image

I will try to get help from the Dash forum.

@mwouts
Copy link
Owner Author

mwouts commented Mar 19, 2025

@LiamConnors I am trying to provide a Dash component that would be imported with from itables.dash import Itable. Is it possible to do something like this?

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).

@mwouts mwouts force-pushed the itables_for_dash branch from 65537fc to 4c3de12 Compare March 23, 2025 10:44
@mwouts mwouts force-pushed the itables_for_dash branch from a7b1d4f to ed8f04b Compare March 23, 2025 15:15
@mwouts mwouts marked this pull request as ready for review March 23, 2025 15:40
@mwouts mwouts force-pushed the itables_for_dash branch from 7200e27 to 8853389 Compare March 23, 2025 15:52
@mwouts mwouts merged commit 4a059a8 into main Mar 23, 2025
15 checks passed
@mwouts mwouts deleted the itables_for_dash branch March 23, 2025 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement a Dash component for ITables/DataTables
2 participants