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

Table implementation #363

Merged
merged 1 commit into from
Dec 9, 2024

feat(react,core): add Table component

cfbc194
Select commit
Loading
Failed to load commit list.
Merged

Table implementation #363

feat(react,core): add Table component
cfbc194
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 9, 2024 in 0s

91.02% (+1.26%) compared to 3a6f491

View this Pull Request on Codecov

91.02% (+1.26%) compared to 3a6f491

Details

Codecov Report

Attention: Patch coverage is 94.59963% with 29 lines in your changes missing coverage. Please review.

Project coverage is 91.02%. Comparing base (3a6f491) to head (cfbc194).

Files with missing lines Patch % Lines
...omponents/Table/ComposableTable/SortingContext.tsx 77.35% 12 Missing ⚠️
...components/Table/XSSortControls/XSSortControls.tsx 77.27% 5 Missing ⚠️
...Table/ComposableTable/ControlledSortingContext.tsx 85.71% 3 Missing ⚠️
...omponents/Table/ComposableTable/HeadersContext.tsx 90.62% 3 Missing ⚠️
...ts/Table/DataTable/ControlledSortableDataTable.tsx 90.00% 2 Missing ⚠️
...c/components/Table/DataTable/SortableDataTable.tsx 92.85% 2 Missing ⚠️
.../Table/ComposableTable/XSSortControlsContainer.tsx 93.75% 1 Missing ⚠️
...t/src/components/Table/DataTable/BaseDataTable.tsx 96.15% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #363      +/-   ##
==========================================
+ Coverage   89.75%   91.02%   +1.26%     
==========================================
  Files         109      146      +37     
  Lines        1992     2529     +537     
  Branches      680      756      +76     
==========================================
+ Hits         1788     2302     +514     
- Misses        204      227      +23     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.