-
Notifications
You must be signed in to change notification settings - Fork 523
feat(addon-table): added expandable table behaviour #10694
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
Conversation
View your CI Pipeline Execution ↗ for commit 1a9f46b.
☁️ Nx Cloud last updated this comment at |
Pull request was closed ✔️All saved screenshots (for current PR) were deleted 🗑️ |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10694 +/- ##
==========================================
- Coverage 65.04% 64.98% -0.06%
==========================================
Files 1291 1292 +1
Lines 17089 17129 +40
Branches 2492 2462 -30
==========================================
+ Hits 11116 11132 +16
- Misses 5753 5770 +17
- Partials 220 227 +7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
BundleMonFiles updated (2)
Unchanged files (3)
Total files change +49B +0.01% Groups updated (1)
Final result: ✅ View report in BundleMon website ➡️ |
0f0ba43
to
c371530
Compare
projects/addon-table/components/table/directives/expandable-table-heading.directive.ts
Outdated
Show resolved
Hide resolved
projects/addon-table/components/table/tbody/table-expand/table-expand.component.ts
Outdated
Show resolved
Hide resolved
.../components/table/tbody/expandable-table-row-filler/expandable-table-row-filler.component.ts
Outdated
Show resolved
Hide resolved
.../components/table/tbody/expandable-table-row-filler/expandable-table-row-filler.component.ts
Outdated
Show resolved
Hide resolved
.../components/table/tbody/expandable-table-row-filler/expandable-table-row-filler.component.ts
Outdated
Show resolved
Hide resolved
projects/addon-table/components/table/tbody/tbody.template.html
Outdated
Show resolved
Hide resolved
607df7d
to
34e34aa
Compare
projects/addon-table/components/table/table-expand/table-expand.component.ts
Outdated
Show resolved
Hide resolved
projects/demo/src/modules/components/table/examples/9/index.html
Outdated
Show resolved
Hide resolved
projects/addon-table/components/table/table-expand/table-expand.style.less
Outdated
Show resolved
Hide resolved
projects/addon-table/components/table/table-expand/table-expand.template.html
Outdated
Show resolved
Hide resolved
projects/addon-table/components/table/table-expand/table-expand.component.ts
Outdated
Show resolved
Hide resolved
projects/addon-table/components/table/table-expand/table-expand.component.ts
Outdated
Show resolved
Hide resolved
c46c00e
to
b540a84
Compare
Fixes UIKIT-7766