Limiting number of rows for a table

How to disable add row button after reaching certain limit in a table

please try to set your table as Read only

After adding 3 rows, add row button should disable automatically

You’ll have to write a custom script that on refresh checks the number of rows in the said table and should disable buttons accordingly. On the framework side there’s no direct provision for such a limitation

Can you please share the code

You can refer to this blog, this will help you understand the client scripts. Also has links to the documentation.

sir did you resolved your task? can you share the custom script

thanks