laravel-datatables icon indicating copy to clipboard operation
laravel-datatables copied to clipboard

jQuery DataTables API for Laravel

Results 169 laravel-datatables issues
Sort by recently updated
recently updated
newest added

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...

help wanted

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...

question

### 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...

question

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**...

question

### Exception when setting default timestamp on Model ### Vehicle class ```

question
out of scope

### 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 =...

bug
for review
Self Join

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?

question

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 ...`...

need feedback