phpdt/ldt

PHP Advanced Datatable in Laravel Framework >=5.4

1.6.0 2020-04-24 22:41 UTC

This package is auto-updated.

Last update: 2025-06-29 01:42:20 UTC


README

By using "PHP Advanced DataTable /PHPDT/" you can create fantastic management pages with ajax requests, you can add a lot of filters types such as: text, select, autocomplete and tag, and build a lot of ajax actions such as: adding, editing and deleting, you can use these actions as bulk or single, all actions and filters works by ajax requests so, no need to reload your page. In addition, it is very easy to build datatable class, filters and actions

Features:

  • Ajax Requests
  • Filtters (Text, Select, Autocomplete, Tags)
  • Link Actions
  • Confirm Ajax Actions
  • Edit Ajax Actions
  • Add Ajax Actions
  • Bulk Ajax Action
  • Single Ajax Action
  • Query Builder
  • Row transform

Installation

$ composer require phpdt/ldt

Add LdtServiceProvider to your config/app.php file (optional on laravel >=5.5)

'providers' => [
	......
    Phpdt\Ldt\LdtServiceProvider::class,
]

Requirements

Documentation

http://phpdt.me/

License MIT