All Projects → yajra → laravel-datatables-editor

yajra / laravel-datatables-editor

Licence: MIT license
Laravel DataTables Editor Integration.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to laravel-datatables-editor

Mvc.jquery.datatables
ASP MVC Helpers for connecting IQueryables with the amazing DataTables.net plugin
Stars: ✭ 179 (+70.48%)
Mutual labels:  datatables
Simple-UI-Semantic-UI-Admin
Free Semantic UI (Fomantic-UI) Admin Template
Stars: ✭ 50 (-52.38%)
Mutual labels:  datatables
editable-react-table
React table built to resemble a database.
Stars: ✭ 519 (+394.29%)
Mutual labels:  datatables
Laravel Datatables Html
Laravel DataTables HTML Builder Plugin
Stars: ✭ 188 (+79.05%)
Mutual labels:  datatables
laravel-vue-datatable
Vue.js Datatable made for Laravel
Stars: ✭ 153 (+45.71%)
Mutual labels:  datatables
react-datatable
React-datatable is a component which provide ability to create multifunctional table using single component like jQuery Datatable. It's fully customizable and easy to integrate in any react component. Bootstrap compatible.
Stars: ✭ 72 (-31.43%)
Mutual labels:  datatables
Mui Datatables
Datatables for React using Material-UI - https://www.material-ui-datatables.com
Stars: ✭ 2,246 (+2039.05%)
Mutual labels:  datatables
datatables.mark.js
A DataTables plugin for mark.js to highlight search terms in tables
Stars: ✭ 44 (-58.1%)
Mutual labels:  datatables
POS---Point-Of-Sales
Point of sales proof of concept developed using Asp.Net Core 2.2. Features: Customer, Vendor, Product, Purchase Order, Goods Receive, Sales Order, Inventory Transactions and POS form.
Stars: ✭ 120 (+14.29%)
Mutual labels:  datatables
laravel-datatables-scout
Laravel DataTables plugin to support Laravel Scout.
Stars: ✭ 12 (-88.57%)
Mutual labels:  datatables
Laravel Datatables Buttons
jQuery DataTables Buttons Plugin for Laravel.
Stars: ✭ 192 (+82.86%)
Mutual labels:  datatables
powergrid-demo
⚡ PowerGrid fully configured in a Laravel project.
Stars: ✭ 38 (-63.81%)
Mutual labels:  datatables
EasyDataTable
易用和全面的纯Ajax分页插件(中文)
Stars: ✭ 18 (-82.86%)
Mutual labels:  datatables
Datatables
PHP Library to handle server-side processing for Datatables, in a fast and simple way.
Stars: ✭ 185 (+76.19%)
Mutual labels:  datatables
react-tisch
Table component for React and Bootstrap with real React components as cells
Stars: ✭ 17 (-83.81%)
Mutual labels:  datatables
Company Website Pro
现代公司企业官网以及电子商务产品网站
Stars: ✭ 172 (+63.81%)
Mutual labels:  datatables
laratables-demo
Demo of the Laratables package
Stars: ✭ 21 (-80%)
Mutual labels:  datatables
ColReorderWithResize
Column reordering and resizing plug-in for DataTables
Stars: ✭ 41 (-60.95%)
Mutual labels:  datatables
DataTables.jl
(DEPRECATED) A rewrite of DataFrames.jl based on Nullable
Stars: ✭ 28 (-73.33%)
Mutual labels:  datatables
mongo-datatables
A package for using the jQuery plug-in DataTables server-side processing (and DataTables Editor) with MongoDB.
Stars: ✭ 14 (-86.67%)
Mutual labels:  datatables

Laravel DataTables Editor Plugin.

Laravel 5.5+ Latest Stable Version Build Status Scrutinizer Code Quality Total Downloads License

This package is a plugin of Laravel DataTables for processing DataTables Editor library.

Special thanks to @bellwood and @DataTables for being generous for providing a license to support the development of this package.

NOTE: A premium license is required to be able to use DataTables Editor library.

Requirements

Documentations

Features

  • DataTables Editor CRUD actions supported.
  • Inline editing.
  • Bulk edit & delete function.
  • CRUD validation.
  • CRUD pre / post events hooks.
  • Artisan command for DataTables Editor generation.

ROAD MAP

  • Add artisan command to generate DataTablesEditor stub.

  • Fix issue with edit action where unmodified column are being added on the request.

    This only happens when the field is password. The solution is to add an empty password on response.

    datatables(User::query())->setRowId('id')->addColumn('password', '')->toJson()
  • Add CRUD pre / post event hooks.

  • Add tests.

  • Docs, docs, docs...

  • Create demo site.

Quick Installation

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

And that's it! Start building out some awesome DataTables Editor!

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Built with Love ❤️

Using this package requires you a license that costs more than a coffee. If this helps you in any way, don't be shy and pour some coffee for me. ❤️

paypal Become a Patron

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].