cancel
Showing results for 
Search instead for 
Did you mean: 

Button in Table Cell

Former Member
0 Kudos

Hi All,

I created a table in design time and getting all records populated into Table by binding them. Now I want to add custom coloum with buttons based on some conditions.(which are already displayed in table.)

Please suggest me how to do this.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Take a look at this thread:

Answers (1)

Answers (1)

Former Member
0 Kudos

Perhaps easiest is to also create the additional columns already at designtime and make them visible according to the mentioned conditions.

Armin

Former Member
0 Kudos

Hi Armin

I want to check visbility condition for each record and based on condition Button will be apapeared in table.

Any suggestions?

Former Member
0 Kudos

Add calculated attribute "ButtonVisible" under table data source node and bind "visible" property of button to it. Return WDVisibility.{NONE,VISIBLE} to hide/show the button.

Armin