Announcements
The Google Cloud Community will be in read-only from July 16 - July 22 as we migrate to a new platform; refer to this community post for more details.

move column in table by user

 

hi
is it possible to offer the user to move the order of the columns of a table himself?
thanks

0 4 112
  • UX
4 REPLIES 4

by finger for example

Hello @lolodev54840 , it's not possible.

ok thanks

and is it possible to offer the user to display or not some columns of a table himself?
thanks

Yes, you can do that by making slices for each situation, and then somehow letting the user choose which slice to display, this could be done in a dynamic dashboard for example, but overall I don't think it is worth it to go that way just to hide one or two columns.

Or if you have specific users which need specific columns, you can use show_ifs() and ref_rows() linked to slices in order to have inline views with different columns for each user type.

"Show if" does a good job at hiding columns in detail and form views, so that might work on its own as well, the user can't pick much there, but still.

Top Labels in this Space