I would like to add a CSV Export to the Form.

Hello everyone
I like to use the Form rather than the Grid.
However, I am disappointed I could not find the CSV Export in the Form.
Can you use the CSV Export in the Form?
I would like to add a CSV Export to the Form.
If there is such a way, please let me know.
Thank you.

The problem in a form is that you have only one record. So there’s no use for an export unless you only want that single form. If you want it that way then create an (ajax) button and apply your export code on that. There are csv statements in php to make things easy for you.

Dear Albert Drent,
Thank you for your response.
If I select the Editable Grid View in create Form, it knows that handling the table Records.
I created a Form to edit the data, Also made a Grid to the Excel Output.
So I had to make two menus for each table.
For now, there is only available in this way,
Later I’ll review the method in accordance with your advice.
Thank you.