question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hide label column in administration UI

See original GitHub issue

When I have provided a labelResolver for a schema item, it oftentimes mirrors another field.

{
  labelResolver: x => x.name,
  name: { type: Text, isUnique: true },
  ...
}

Is there a way to hide label from showing in the administration interface (as both name and label are equivalent).

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
karmuxcommented, Dec 29, 2019

Issue still persists. Setting defaultColumns doesn’t hide Label column.

0reactions
gioraveredcommented, Jan 16, 2022

Any news about this issue?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Hide label column in administration UI · Issue #1072 - GitHub
When I have provided a labelResolver for a schema item, it oftentimes mirrors another field. { labelResolver: x => x.name, name: { type:...
Read more >
How do I hide the item label? in UI for ASP.NET AJAX - Telerik
In this case, you have created the series, but their DataYColumn property is not set. So, RadChart will clear them and it will...
Read more >
How to Hide the field , but not the label - ServiceNow Community
Solved: Hi Experts, I would like to hide only the field of the label, not the field. How i will achieve it ?...
Read more >
Magento 2: How do I hide a column from an admin grid?
I found Magento2 Add css class to admin ui grid column, and that hides the column, but not the column header (misaligning the...
Read more >
How to hide SmartTable column defined by local annotation file?
Hi, I created a local annotation file that I use to show an entityset in a SmartTable. I want to hide some fields...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found