This package is a plugin of Laravel DataTables for processing DataTables Editor library.
{tip} Special thanks to @bellwood and @DataTables for being generous for providing a license to support the development of this package.
A premium license is required to be able to use DataTables Editor library.
Run the following command in your project to get the latest version of the plugin:
composer require yajra/laravel-datatables-editor:^1.0
This step is optional if you are using Laravel 5.5
Open the file config/app.php
and then add following service provider.
'providers' => [
// ...
Yajra\DataTables\EditorServiceProvider::class,
],
And that's it! Start building out some awesome DataTables Editor!