Address in Table Views

Rod
Bronze 3
Bronze 3

I’m creating a table view that is primarily to used on a desktop and the first column is an address, but it’s only showing an icon and not the address. Is it possible to do that with a table view? I recognize the length of an address takes up more space, which is why I’m building a view specifically for a monitor or should I use a deck?

Thanks!

0 2 440
2 REPLIES 2

Steve
Platinum 4
Platinum 4

Either:

  1. Change the column type from Address to Text.

    OR

  2. Create a virtual column of type Text that mirrors the content of the Address column and display this Text column instead.

    OR

  3. Locate the action (in Behavior >> Actions) attached to the column and set its Prominence to Do not display.

I can do that, thanks Steve!

Top Labels in this Space