Skip to main content
Topic: export complete table. (Read 873 times) previous topic - next topic

export complete table.

I created the fields I need.
as are many fields I had to hide some.
it is only possible to check all fields if you click on view.
I wanted to get the full table.
only exports the tabale visible.
How can I do it?

Thank you


Re: export complete table.

Reply #2
hi, I'll try to explain better with the image.
What's in the red I changed and I have more fields to fill.
The problem is that it does not fit everything on the main screen.
So many of the fields are only visible when I click on view.

When I want to export. only exports what is visible.
I want to export all fields, even those that are not visible.
How can I do it?

Re: export complete table.

Reply #3
@LipzyLipzy what you are looking for is currently not possible with phprad. The export function is on the client side(browser) and not the server side, which means only data that are visible can be exported. you'll need to find a way to archive it using custom code.