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

feat(VDataTable): add new lastFixed property #21168

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from

Conversation

jcjp
Copy link
Contributor

@jcjp jcjp commented Mar 27, 2025

Description

Props lastFixed unused on column header. Utilize lastFixed and fix the column header on the right.

@jcjp jcjp requested review from johnleider, Spatlani and KaelWD March 27, 2025 11:40
@jcjp jcjp self-assigned this Mar 27, 2025
@jcjp jcjp added T: bug Functionality that does not work as intended/expected C: VDataTable labels Mar 27, 2025
@johnleider johnleider added this to the v3.7.x milestone Mar 27, 2025
@johnleider johnleider force-pushed the fix(VDataTable)/last-column-fixed branch from 5bb1246 to 65efb4c Compare March 27, 2025 14:17
@johnleider johnleider changed the base branch from master to dev March 27, 2025 14:17
@johnleider johnleider changed the title fix(VDataTable): utilize unused lastFixed property feat(VDataTable): add new lastFixed property Mar 27, 2025
@johnleider
Copy link
Member

Rebased to dev since this is a true feature.

@johnleider johnleider force-pushed the fix(VDataTable)/last-column-fixed branch from 65efb4c to 4fa0f59 Compare March 27, 2025 14:21
@johnleider johnleider modified the milestones: v3.7.x, v3.9.0 (Zealot) Mar 27, 2025
@KaelWD
Copy link
Member

KaelWD commented Mar 28, 2025

It isn't unused, it adds a border to the last fixed column:

.v-data-table-column--last-fixed
border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VDataTable T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request][VDataTable] Make the last v-table-column fixed
3 participants