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

(improvements) Default column widths #810

Merged
merged 26 commits into from
May 8, 2024
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
49972f8
Merge pull request #807 from bitfinexcom/staging
prdn Apr 17, 2024
eb4aa14
Implement columnHeaderCellRenderer
alexstotsky Apr 15, 2024
7b14b9f
Fix columns header naming providing
alexstotsky Apr 15, 2024
2560abd
Fix table menu representation
alexstotsky Apr 15, 2024
6c43d8c
Extract columnWidthReset handler for better reusability
alexstotsky Apr 15, 2024
300b990
Optimize columnWidthReset handler
alexstotsky Apr 15, 2024
ddcb0c6
Improve header cell name providing
alexstotsky Apr 15, 2024
c324afb
Adjust menu availability only for resizable tables
alexstotsky Apr 15, 2024
5b40051
Minor fix
alexstotsky Apr 19, 2024
5845207
Fix headers names alignment
alexstotsky Apr 23, 2024
568c731
Lint fix
alexstotsky Apr 23, 2024
037e80b
Implement getColumnsMinWidths helper
alexstotsky Apr 19, 2024
39bcf48
Fix columns util export
alexstotsky Apr 22, 2024
d8df559
Update first cols defult calculations
alexstotsky Apr 22, 2024
0f5bd28
Implement getIsDefaultsWiderThanContainer checker utility
alexstotsky Apr 22, 2024
2e7b6ee
Cleanup
alexstotsky Apr 22, 2024
babacc1
Implement wide/small columns checking flow
alexstotsky Apr 22, 2024
7fee017
Update average width calc flow
alexstotsky Apr 23, 2024
a5d81d9
Add small/wide cols precalculation flow
alexstotsky Apr 23, 2024
cab700e
Implement columns widths adjustments flow
alexstotsky Apr 23, 2024
44faf57
Adjust small multiplier
alexstotsky Apr 23, 2024
24fc562
Enhance average width calcs flow
alexstotsky Apr 23, 2024
0002980
Cleanup
alexstotsky Apr 23, 2024
bb47b52
Optimize avg width calculation flow
alexstotsky Apr 24, 2024
efb18bc
Adjust defaults
alexstotsky Apr 24, 2024
4046d15
Minor tweak
alexstotsky Apr 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix table menu representation
alexstotsky committed Apr 18, 2024
commit 2560abd7c98e75fc9d2b2c37854d2283c6f5afc1
10 changes: 10 additions & 0 deletions src/ui/DataTable/_DataTable.scss
Original file line number Diff line number Diff line change
@@ -63,6 +63,16 @@
.cell-no-data {
color: var(--color2);
}

.bp3-table-thead {
.bp3-table-header {
.bp3-table-column-name {
.bp3-table-th-menu-container{
display: none;
}
}
}
}
}

.bp3-table {