Remove or Hide "Add Row" Button Next to Table

Is there any way to remove or hide this button without utilizing DOM manipulation, as I know that is not recommended?

I understand I can accomplish similar tasks as a table through the use of a Field Group if I won’t need to add rows, but much of the code I have written is already pertaining to an existing table. I just figured I would ask before I start changing code. :slight_smile:

Hello Ben!

 

From what I understand, I don’t think it’s possible to do it without the DOM manipulation still.

Thank you, Yuzo! That’s what I thought, but just wanted to be sure.