Hi,
I am new using Datatables and we think it's a powerfull tool for our project, but I'm lost with it's implementation.
I need a Datatable on my page and sending/receiving data to/from my symfony 4 app.
As we have complex custom authorization to check any call to server, and also to check if the user can or can not edit any sended data (and in fact, read or write over a Symfony Entity), and also check the received data format, I don't know how to configure DataTables to send/get the data to a specific Symfony Controller so we can do all this process.
In fact, I need a custom send/receive data and sorry, I don't find any page explaining the sended/received format to read/modify/delete rows.
Or may be I am wrong and all this stuff can be configured for Symfony 4.
Coul you help me? Thanks.