How to apply Visibility to button when table having at least one record

Hi Everyone,

I a have table in a section like below

If I click “Add item” link then a row will be added to below table. Then Button will be visible. If the table having no records the button is not visibility. How to achieve this?

@Nagarjuna Saidu you can give visible condition to the button.

Lengthofpagelist(.yourpagelist) >=1

@Anoop Krishna Bro Its not Working. When Click on ADD Item A new row will be added to the table. But Button not visible. This Records not stored any backend page. The selected records are copy to another table when click the button.

@Nagarjuna Saidu ok, after adding a row, that is not getting added to pagelist? After adding item, can you click your mouse pointer outside the table once and check pagelist.

@Anoop Krishna It’s Working. But needs Refresh Condition to Visible Button. How Apply the Refresh Condition when click on Add and Delete Items

@Nagarjuna Saidu open the gender control, actions->

On change-> refresh this section

@Anoop Krishna i got it bro . I was appy on Add Item and Delete

Apply Condition like this

Then I can achieve this. Thank bro