Customizing Adaptive Form Table component | Community
Skip to main content
Level 2
April 16, 2019
Solved

Customizing Adaptive Form Table component

  • April 16, 2019
  • 2 replies
  • 3304 views

I am working on a requirement where user will see a  modal with list of records and selected records from the modal needs to be listed as table records.  User should have an option to delete selected records from the table  ( But user should not be able to add new records ) .

I would like avoid table run time controls which will come in run time when we mention repeat settings for table row.

I am thinking to keep Delete button on each row with rule editor script to delete particular row in the table. When user clicked on Delete when there is only one record the data will be cleared and table will be hidden.

Can anyone help me in customizing table appearance to remove(+ and -) run time controls.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by GirishBedekar

if you want to hide the add/ remove button

select the table and select the style layer from the drop down list on the right hand side

select table as shown below

Open "Add Button"  properties dialog

set the Display Settings to "None" as shown

Repeat the same steps for hiding the Remove button

save your changes

2 replies

GirishBedekarAccepted solution
Level 8
April 16, 2019

if you want to hide the add/ remove button

select the table and select the style layer from the drop down list on the right hand side

select table as shown below

Open "Add Button"  properties dialog

set the Display Settings to "None" as shown

Repeat the same steps for hiding the Remove button

save your changes

Level 2
April 17, 2019

Thank you Girish. I made changes as you suggested in post and component is working as expected ( with custom delete button as column ).