Download the PHP package singlequote/laravel-datatables without Composer
On this page you can find all versions of the php package singlequote/laravel-datatables. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download singlequote/laravel-datatables
More information about singlequote/laravel-datatables
Files in singlequote/laravel-datatables
Package laravel-datatables
Short Description This repo contains a Datatable that can render a filterable and sortable table. It aims to be very lightweight and easy to use. It has support for retrieving data asynchronously, pagination and recursive searching in relations
License MIT
Homepage https://github.com/singlequote/Laravel-datatables
Informations about the package laravel-datatables
deprecation notice
Please note that this package (singlequote/Laravel-datatables) is no longer actively maintained.
For a more modern and improved solution, please use the new package: singlequote/laravel-api-resource.
We strongly recommend migrating to the new package to receive the latest features and updates.
Eloquent datatables
This repo contains a Serverside Datatable that can render a filterable and sortable table. It aims to be very lightweight and easy to use. It has support for retrieving data asynchronously, pagination, permission check, role check, laravel policies and recursive searching in relations.
Installation
The package is tested on laravel 5,6,7,8 and 9
You can install the package via composer:
Let's start
We wanted our code as clean as possible and use the same code more than once.
Whats new
- Added table triggers (events). Check it here
- Added a new field class called
Link. It generates an htmlatag Check it here - We upgraded the label method on the
ButtonandLinkclass. You can use data columns now for showing server side data. Check it here - Writing your own custom field. Check it here
- You can use filters to add directly to your tableModel. Check it out here
- Column search fields. This makes it easy to search on a single column. Check it out here here
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Postcardware
You're free to use this package, but if it makes it to your production environment we highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using.
Our address is: Quotec, Traktieweg 8c 8304 BA, Emmeloord, Netherlands.
Credits
- Wim Pruiksma
- All Contributors
License
The MIT License (MIT). Please see License File for more information.