AdamRV9
Results
2
issues of
AdamRV9
I'm using Laravel 5 for the first time and am using this plugin to pull data from a MySQL database. The following code sits inside my controller: ``` return Datatable::collection(Invoice::all(array('id','date_issued','date_due','user_id','total','status')))...
It would be useful to populate Resources programmatically via a function, similar to populating Events using `eventSources`.
enhancement