agentj icon indicating copy to clipboard operation
agentj copied to clipboard

DataTable loading delayed in some views

Open Rigueur opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe.

The loading of filters and other DataTable functions is delayed on some screens (such as users > email accounts) which creates visual discomfort for the users.

Describe the solution you'd like

The tools shouldnt be charged so long after the table but displayed at the same time as the table

Rigueur avatar Feb 04 '25 13:02 Rigueur

I suggested in https://github.com/Probesys/agentj/issues/142 to replace Datatable with pagination on the server side with KnpPaginatorBundle (as it is done for the messages views). It should drastically improve the performance on big volumes of data, and fix this issue at the same time.

marien-probesys avatar Feb 28 '25 16:02 marien-probesys

Closing in favor of #142

marien-probesys avatar Jul 18 '25 09:07 marien-probesys