Is it possible to get input fields with server-side processing, with array of arrays?
Is it possible to get input fields with server-side processing, with array of arrays?
Hello,
I reproduced my table at http://live.datatables.net/goxoqona/2/
here is the source too->http://live.datatables.net/goxoqona/2/watch?html,js
I am using datatables inside a Laravel project. And I am generating table rows and data with PHP(from blade), so my problem is sometimes I get 10k+ records, and the HTML file just gets pretty heavy 10Mb+... So now I need server-side processing enabled but I don't want to lose those select fields(they are generated if the practical field has multiple values because everything I get from the server is arrays of arrays(LDAP source)).
Also, I am using input fields for those arrays that have only 1 value.
So my question here is it possible to do it this way with only datatables opensource version or I need the editor version? If yes I would appreciate some guidelines if u have some.
I am not looking for a complete solution to my problem, because I think it is somehow time-consuming.
Also, your plugin is awesome, keep up the good work,
Dejan.