Skip to content

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, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

kastoras/Laravel-datatables

 
 

Repository files navigation

Eloquent datatables

Latest Version on Packagist Total Downloads

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.

Note

Users who want to use the older version of this package, go to the early version repo. The ACFBentveld group is transferd to a new group called SingleQuote.

Installation

The package is tested on laravel 5.8.*

You can install the package via composer:

composer require singlequote/laravel-datatables

Whats new

Yes, we live in a time where everything is automated. So in this version we introduce some very cool features. In this version the html and the script is created for you. Also this version is based on how laravel nova works.

Let's start

We wanted our code as clean as possible and use the same code more than once.

See the Quick start docs 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: ACF Bentveld, Ecu 2 8305 BA, Emmeloord, Netherlands.

Credits

License

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

About

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.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 78.6%
  • HTML 21.4%