laravel-datatables
laravel-datatables copied to clipboard
jQuery DataTables API for Laravel
I have just started learning and using lumen and I would like to use this plugin. I have read the other posts about using this plugin in lumen and I...
I am adding scope on my base query and I'm stuck on It. Everything is working fine but I don't get It how to add scope on my query e,g...
### I'm trying to show sum of price all page (Server Side) footerCallback function showing only current page sum amount. So i'm use Additional Data Response to get total sum...
I use [this method](https://datatables.yajrabox.com/html/method) and only show header table without its contents. But, when I change to this. ``` if (true) { //change $request->ajax() with true $authors = Author::select(['id', 'name']);...
Use Laravel 6.5.2, PHP 7.2.26 (also try 7.3.3) and "yajra/laravel-datatables": "v1.5.0" The data table appears but doesn't have any data. Model Apartment contain data. **Routes** ```php Route::resource('apartments', 'ApartmentController') ``` **Controller**...
### Exception when setting default timestamp on Model ### Vehicle class ```
### Summary of problem or feature request I have a problem when search data ### Code snippet of problem My Model ```php class Appl_menu extends Model { protected $table =...
Hi , when I want to install yajra/laravel-datatables:^1.5 , i get error like below text ` - phpoffice/phpspreadsheet[1.18.0, ..., 1.22.0] require psr/simple-cache ^1.0 -> found psr/simple-cache[1.0.0, 1.0.1] but the package...
Could you please tell me how to add custom CSS class to table thead when using DataTables as a Service?
Currently, it seems that nested relationships are not fully supported (to be more precise - when having nested relationship, `sort` and `search` trigger `Column not found: 1054 Unknown column ...`...