Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
Hi,
I met the same issue - the problem is not in the query speed (query speed depends mostly on your mysql server) but the table loads all data at once so it tries to get all your 5000 records to the browser and JS has to handle them after that - it takes time.
I think same like mine - your users don't need all 5000 records at the same time so the solution is to limit the selection for downloading.
Or you have another option - DataGrid with its Server processing feature but DataGrid does not support some another features.
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo