DataTables - Symfony 4
DataTables - Symfony 4
Hi
I'm using datatables together with Symfony 4 and this works great.
I was now wondering, as I fill my table with data from my MySQL DB, if I could limit the display to as example 50 entries but when I use the search he's going to look in all the data?
As I work on a project where there are very fast thousands of entrires I'm afraid that everything would get very slow for that.
Or does anyone use datatables with that many informations in it and can tell me about the speed?
Many thanks already
Answers
Hi @D4rkPh0en1x ,
This section of the FAQ gives some good boundaries on when to use different approaches. This thread here might also help,
Cheers,
Colin
Thanks I'll have a look at this and see if I can handle this lol
I'm pretty new in developping so...