Top "Yajra-datatable" questions

Use this tag for questions relating to the Yajra DataTables package, which is used to support the creation of jQuery DataTables in Laravel projects.

Class 'Yajra\DataTables\DatatablesServiceProvider' not found

I've developed Laravel Project in my local computer. I used Yajra Pakagebox for using bootstrap datatables on it. Like this : …

laravel yajra-datatable
Laravel Datatables order by relationship column does not work

I have one User who can be assigned to many Company. I'm trying to render a table using Laravel Datatables &…

php laravel-5 datatables eloquent yajra-datatable
Add delete button in Yajra Datatables in Laravel 5.4

I am now using Laravel 5.4 and Yajra Datatables plugin. Everything work fine but delete doesn't work. My url goes like …

jquery ajax datatables laravel-5.4 yajra-datatable
how to show image in yajra datatable column , laravel5.3

i am adding a column in datatable for image like this : ->addColumn('product_brand_logo', function ($product_brand) { …

laravel-5 yajra-datatable
Laravel Yajra Datatable Server Side with pagination problems

I'm newby on Laravel and I'm trying to use Yajra Datatable Plugin with server side funtionality. The plugin works well …

php jquery laravel-5 datatables yajra-datatable
Laravel, composer install, don't install laravel/framework upgrade to 5.8

What is wrong with my composer.json configuration. Tried To Upgrade To 5.6, 5.7 As Well Same Issue With Them Also. I …

php laravel yajra-datatable