Laravel Datatables Editor
Laravel Datatables Editor stats
- Downloads
- 2.6M
- Stars
- 113
- Open Issues
- 26
- Forks
- 13
Laravel DataTables Editor plugin for Laravel 5.5+.
Laravel DataTables Editor Plugin
The Laravel DataTables Editor Plugin, developed by Yajra, extends the functionalities of the Laravel DataTables service by integrating the DataTables Editor library, which allows for CRUD operations directly within your DataTables. This plugin enhances user interactivity and data management efficiency in web applications made with Laravel.
Key Features:
- CRUD Support: Complete create, read, update, and delete operations are fully supported, making it easier to manage data.
- Inline Editing: Modify data directly in your DataTables without navigating away from the page.
- Bulk Operations: Perform edit and delete actions in bulk, enhancing the management of large data sets.
- Validation: Built-in validation for CRUD operations to ensure data integrity.
- Event Hooks: Customize behavior with pre and post event hooks for CRUD operations.
- Artisan Support: Utilize an Artisan command for easy generation of DataTables Editor configurations.
Prerequisites:
- Laravel version 5.5 or higher.
- Laravel DataTables version 9.x or 10.x.
- A premium license for the DataTables Editor library is required for usage.
Installation:
Install the package via Composer:
composer require yajra/laravel-datatables-editor:^1.25
Documentation:
- Full documentation for the Laravel DataTables Editor can be found here.
- For details on the jQuery DataTables Editor Manual, visit this page.
Contributing and Security:
Contributors are welcome to help improve the package. For security issues, contact via email is preferred over using the issue tracker.
Credits:
This package is made possible thanks to contributions from Arjay Angeles and other community contributors.
For more detailed information and getting started with the plugin, refer to the official GitHub repository.