You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have some forms with larger data sets e.g. 14912 records for one form.
The initial loading takes very long, as well as the export.
I've seen that f:be.tableList is used to build the output, this does support the argument recordsPerPage. But this is not used once the argument filter is used. So I don't know how to enable pagination there easily.
Furthermore, that doesn't solve the slow export. I didn't investigate the export yet, but will comment once I've something to share.
The text was updated successfully, but these errors were encountered:
I can confirm this with the large amounts of data.
We had almost 34,000 entries from one form. It was impossible to export them. All we got was a blank page. Error 503.
We had to set the 'memory_limit' in php.ini to 2048MB before we could do anything.
Pagination or something else for large amounts of data would be very desirable.
We have some forms with larger data sets e.g. 14912 records for one form.
The initial loading takes very long, as well as the export.
I've seen that
f:be.tableList
is used to build the output, this does support the argumentrecordsPerPage
. But this is not used once the argumentfilter
is used. So I don't know how to enable pagination there easily.Furthermore, that doesn't solve the slow export. I didn't investigate the export yet, but will comment once I've something to share.
The text was updated successfully, but these errors were encountered: