detailed form design

If I have a table view, I got a list of the records. If I click into the record, it will generally bring up a detailed view.

1. Is there any way to change the column order and omit some columns on the detail view of a table view?

2. Can I do the above based on selecting a value in a dropdown box in that detailed view? 

0 3 76
  • UX
3 REPLIES 3

Aurelien
Google Developer Expert
Google Developer Expert

Hi @San_Tou 

 

1) 

Aurelien_0-1655998868706.png

 

Any column that won't be selected won't appear on the view.

if your last choice is "all other columns", then you will have all the other, depending on the column order you have set.

2) no directly, but you can try some workaround. In my opinion, it will be tedious.

Thanks for your response.

the problem is that if I change it there, it will also affect the table view. I just want to effect the changes in the detailed view, not the list view, how may I do that? 

Then you may want to use a slice, and a view based on that slice.

You would then create a linktoview action that will make the user jump to the slice-based view.

Don't forget to set this custom action as default action behavior on your table view.

Top Labels in this Space