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

[Bug Report][2.5.0] v-data-table grouping title using wrong header attribute #13968

Closed
Direct-eks opened this issue Jul 23, 2021 · 1 comment
Closed
Labels
duplicate The issue has already been reported

Comments

@Direct-eks
Copy link

Environment

Vuetify Version: 2.5.0
Vue Version: 2.6.12
Browsers: Chrome 91.0.4472.164
OS: Windows 10

Steps to reproduce

v-data-table, when enabling "group-by" prop, and when grouping is in effect, the title bar of the group in the table is not showing the "text" attribute of the given header.

Expected Behavior

When grouping is in effect, the gourping title shows the "text" attribute of the given header.
In my example, the Chinese "text" attribute 结账单号 should be shown on the title when grouping is in effect.

Actual Behavior

When grouping is in effect, the gourping title seems to be using the "value" attribute of the given header, but not the "text" attribute.
In my example, the Chinese "text" attribute is not showing on the title when grouping is in effect, but the corresponding "value" attribute "checkoutEntrySerial" was shown.

Reproduction Link

https://codepen.io/Direct-eks/pen/OJmOLxo

Other comments

Also, I noticed that the "group" selection on the title bar of the table, does not have i18n support.

@ghost ghost added the S: triage label Jul 23, 2021
@glen-84 glen-84 added the C: VDataTable VDatatable label Jul 29, 2021
@KaelWD KaelWD added duplicate The issue has already been reported and removed C: VDataTable VDatatable S: triage labels Jul 6, 2022
@KaelWD
Copy link
Member

KaelWD commented Jul 6, 2022

Duplicate of #11516

@KaelWD KaelWD marked this as a duplicate of #11516 Jul 6, 2022
@KaelWD KaelWD closed this as not planned Won't fix, can't repro, duplicate, stale Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate The issue has already been reported
Projects
None yet
Development

No branches or pull requests

3 participants