-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature #5892 Add an option to hide true/false values in boolean fiel…
…ds (javiereguiluz) This PR was merged into the 4.x branch. Discussion ---------- Add an option to hide true/false values in boolean fields In some backends I have some entities where some field is almost always TRUE or FALSE. In the `index` listing it doesn't look nice to see so many `NO` or `YES`. In this PR, I propose to add two new options `hideWhenTrue()` and `hideWhenFalse()` for boolean fields so we can hide the repetitive values and highlight the rare values. Commits ------- 32a1533 Add an option to hide true/false values in boolean fields
- Loading branch information
Showing
3 changed files
with
65 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters