-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[frontend] Refacto of data tables dimensions computation (#8808) #8930
Conversation
opencti-platform/opencti-front/src/components/dataGrid/components/DataTableBody.tsx
Show resolved
Hide resolved
opencti-platform/opencti-front/src/components/dataGrid/components/DataTableBody.tsx
Outdated
Show resolved
Hide resolved
opencti-platform/opencti-front/src/components/dataGrid/components/DataTableHeaders.tsx
Outdated
Show resolved
Hide resolved
opencti-platform/opencti-front/src/components/dataGrid/dataTableUtils.tsx
Show resolved
Hide resolved
Functionnally ok 👍 Really good improvements |
Found an issue while resizing columns, header and lines are not resized the same, need to investigate |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release/6.5.0 #8930 +/- ##
==============================================
Coverage 65.09% 65.10%
==============================================
Files 626 626
Lines 59738 59738
Branches 6644 6645 +1
==============================================
+ Hits 38888 38893 +5
+ Misses 20850 20845 -5 ☔ View full report in Codecov by Sentry. |
d43d2aa
to
7c2da7b
Compare
8e56b7c
to
2558871
Compare
Tested locally, everything is working fine now with the fixes |
Proposed changes
Related issues
Checklist