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.