BUG ? Inline action button attach to a column: the column is not shown in table view ?

I attach an inline action button to column

In table view the column disappear: why ?

Is it a bug ?

No it is not a bug. It is intended behavior.

Please take a look at the excerpt from the related help article.

Actions: The Essentials - AppSheet Help

1 Like

Hi @Suvrutt_Gurjar

and how is possible to show the column name in table view and the column name + action button in detail view ?

You please add a VC for example to display the value of the column or attach the inline action to that additional VC

1 Like

I’ve created a VC and have added the inline button to it.

But i’d like to show the inline button near my original column (non VC): how to do ?

And in every way i don’t want to see nothing written near the VC except the icon and always only in Detail view, now i see also a blank column (VC) in Table view

I’m probably missing something in your suggestions …

Please place it before or after the original column in the table’s column order

Not sure what you mean by this.

I’ve created

1 - VCTest

Type text and Formula = [TEST] (my TEST column)

2 - Add action button inline to VCTest

3 - In my Detail view i add Column Order and these 2 Columns

TEST

VCTEST

My VCTest Column is not shown in DetailView … sorry, what i’m missing ?

Please ensure the column is in the related slice and /or column order of the detail view.

But i need to leave both TEST and VCTEST column in my view ?

Or show TEST in table view and only VCTEST in Detailview ?

I’m trying to make it workable but i’m for sure missing something, i simply want not to show inline icon in table view and see it near my column in detail view …

Is it correct to give to VCTEST column the value of TEST, isn’t it ?