Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
c803978
feat(data-table): add DataTable component with customizable features
haoziqaq May 20, 2026
a60fd06
feat(data-table): add selection column support with checkboxes
haoziqaq May 20, 2026
2a55d5c
feat(data-table): remove min-width variable for table cells
haoziqaq May 21, 2026
e69f7ad
feat(menu): add scrollbar class to menu component and update snapshots
haoziqaq May 21, 2026
14182d8
feat(data-table): add tree data support with cascading selection and …
haoziqaq May 21, 2026
4d47c2e
feat(data-table): add subtle background support and enhance selection…
haoziqaq May 21, 2026
2f0b60a
feat(data-table): implement useColumnsFixedOffsets for managing fixed…
haoziqaq May 21, 2026
5530c19
refactor(data-table): optimize data handling and improve pagination l…
haoziqaq May 22, 2026
d86d890
feat(data-table): replace 'disabled' with 'selectable' for selection …
haoziqaq May 22, 2026
70d4aa9
feat(data-table): implement selection column logic with support for s…
haoziqaq May 22, 2026
a846eb1
feat(data-table): implement tree expansion logic and refactor selecti…
haoziqaq May 22, 2026
832f74e
feat(data-table): add useExpandRow composable for managing expandable…
haoziqaq May 22, 2026
a294282
feat(data-table): add support for fixed and resizable columns with re…
haoziqaq May 22, 2026
6b270e7
feat(data-table): update table styles for better responsiveness and a…
haoziqaq May 22, 2026
984e526
feat(data-table): refactor DataTable component by creating separate h…
haoziqaq May 22, 2026
ceee00b
feat(data-table): add plain table mode with updated styles and docume…
haoziqaq May 23, 2026
7bb0d32
feat(data-table): add plain table mode with related styles, documenta…
haoziqaq May 23, 2026
c542b50
feat(data-table): add single and multiple column sorting functionality
haoziqaq May 23, 2026
f7d7ff7
feat(data-table): add support for grouped header columns with updated…
haoziqaq May 23, 2026
03ca9d7
feat(data-table): update column widths and add cell-bordered prop for…
haoziqaq May 23, 2026
ae70fb0
feat(data-table): implement useColumnWidths for dynamic column resizi…
haoziqaq May 23, 2026
0e930a6
feat(data-table): refactor column handling and introduce useHeaderRow…
haoziqaq May 23, 2026
ab09a71
feat(data-table): add support for controlled expanded row keys and en…
haoziqaq May 25, 2026
e8fdc3f
feat(data-table): add '--table-surface-low-background' variable for i…
haoziqaq May 25, 2026
cc05fdc
fix(data-table): update intro section for clarity in documentation
haoziqaq May 25, 2026
2d27970
chore: Merge branch 'dev' into feat/data-table
haoziqaq May 31, 2026
adbea5c
feat(data-table): enhance localization and improve data rendering
haoziqaq May 31, 2026
04ddea8
feat(data-table): add support for row classes and summary rows, enhan…
haoziqaq May 31, 2026
487affe
feat(data-table): support multiple summary rows with row and column s…
haoziqaq Jun 1, 2026
dba1c69
chore: merge branch 'dev' into feat/data-table
haoziqaq Jun 1, 2026
6e29e2e
feat(pagination): update pagination item background color to use them…
haoziqaq Jun 1, 2026
18f8480
feat(data-table): remove width properties from columns and update sty…
haoziqaq Jun 1, 2026
a15f57c
feat(data-table): enhance header customization with render functions …
haoziqaq Jun 1, 2026
f537507
feat(data-table): update pagination current page binding and add test…
haoziqaq Jun 1, 2026
39c291b
feat(data-table): update rowKey prop to accept context object and enh…
haoziqaq Jun 1, 2026
cb70129
feat(data-table): format DataTableRowKey type for improved readability
haoziqaq Jun 1, 2026
ca227a7
feat(data-table): add counter style variables and update data table s…
haoziqaq Jun 1, 2026
2a19771
feat(data-table): add test for selection composable with non-selectab…
haoziqaq Jun 2, 2026
2104e73
feat(data-table): add test for selectable tree parent behavior and im…
haoziqaq Jun 2, 2026
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
6 changes: 0 additions & 6 deletions packages/varlet-cli/site/mobile/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -226,12 +226,6 @@ body {
color 0.25s;
}

::-webkit-scrollbar {
display: none;
width: 0;
background: transparent;
}

.app-type {
width: 100%;
padding: 15px 0;
Expand Down
Loading
Loading