Column header titles are not consistent with plurals elsewhere (and ignore custom plurals)
See original GitHub issueColumn header titles seem to have their own word splitting for words. For example, with a list QRReferencePoint
:
Notice Qr Reference Points
in the header, and QRReference Points
as generated plural in the cells.
A closely related problem is that they ignore any custom plurals. I’ve configured a custom label
, singular
and plural
of “QR Reference Point” and “QR Reference Points” to properly format “QRReference”, but the title seems to ignore it:
Steps To Reproduce
Title Inconsistency
- Have two linked entities in a one-to-many relationship where the inverse side of the relationship has a name containing multiple capital letters, e.g. A has one or more
QRReferencePoint
s. - Add the field referencing
QRReferencePoint
s (in A, meaningA.QRReferencePoints
) to the initial columns of A. - Observe the mismatch in cell output and column title.
Reproduce Ignored Plurals
- Have two linked entities in a one-to-many relationship, A has one or more B’s.
- Give B a custom
label
,singular
, andplural
. - Add the field referencing B (in A, meaning
A.B
) to the initial columns of A. - Observe the mismatch in cell output and column title.
Expected Behaviour
The column title uses the same plural as the cells do, both when plurals have been customized and when they don’t.
Information
- Node Version: 16
- Browser: Firefox 102
Issue Analytics
- State:
- Created a year ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Translations · Issue #1274 · sveltejs/kit - GitHub
In PO files, the plural is handled with the following syntax ... the same way whether it's in a table column header or...
Read more >Column titles in a table: singular or plural?
This is largely stylistic. Typically they would be singular. (Name, Address, etc.) However, your "Parameter name" entries have multiple ...
Read more >10.1 The function knitr::kable() | R Markdown Cookbook
If you want to be able to customize each table individually when placing them side by side, you may use the kables() function...
Read more >Style Guide: - Baylor University
What we've compiled here are guidelines to help us keep our oral history transcripts consistent and professional looking. We want interviewees to know...
Read more >Excel COUNTIF and COUNTIFS Formulas Explained
New in Excel 2007 is the COUNTIFS function, which allows you to stipulate multiple criteria, hence the plural.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for the follow up and explanation @NoTuxNoBux, it helps us learn how we can improve the API’s.
@NoTuxNoBux to help us test, verify and resolve your problem, can you provide an example schema?