Skip to content
Icon

WARNING You're browsing the documentation for an upcoming version of Laravel DataTables. The documentation and features of this release are subject to change.

DataTables Editor Plugin

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.

Installation

Run the following command in your project to get the latest version of the plugin:

composer require yajra/laravel-datatables-editor:^1.0

Configuration

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!