How to hide "Remove" Button in Child Table

Try this.
$(‘[data-fieldname=“items_table”]’).find(‘.grid-remove-rows’).hide()

1 Like