Remove every row from a table except the header

Hello,

for a project, I need to remove all the rows except for the header (basically everything what’s in the red square). Is there an easy way to do this?

Why do you want to to that? What exactly are you trying to achieve?

Thank you for your response. To clarify, I am trying to set up a page that only allows users to add new records without displaying the list of existing records. Is there a way in PHPMaker to create a page that only includes the ‘Add’ functionality and hides the list view entirely?

You may simply select Add Page under Fields setup → TableReturn PagesAfter add, after that, re-generate ALL the script files again.

In addition, you may hide the menu item that will display the List Page of the related table.

Is there a way to directly get to the add page of a table?
I tried setting the URL in the menu editor from tickets (my table) to ticketsAdd, but it does not seem to work.

Did you see any error message?