Detail view layout
Posted: 2016-01-08 11:54
I would find it helpful to have a field level checkbox option: Display field on new line
The current behavior would be as if this option were checked. Each field is its own line (row) in the detail view.
If unchecked, then the field would display on the same line/row as the previous field.
An example.
Instead of having this format out vertically, as it does now, the new option would allow this.
This would put the three name fields on a single line/row, and then birthday on the next.
I think this would allow the creation of some much more compact (and input friendly) detail views.
The current behavior would be as if this option were checked. Each field is its own line (row) in the detail view.
If unchecked, then the field would display on the same line/row as the previous field.
An example.
Code: Select all
Table: Employee
first_name
middle_init
last_name
birthday
Code: Select all
Table: Employee
first_name [X] Display field on new line
middle_init [ ] Display field on new line
last_name [ ] Display field on new line
birthday [X] Display field on new line
I think this would allow the creation of some much more compact (and input friendly) detail views.