phpdt / ldt
PHP Advanced Datatable in Laravel Framework >=5.4
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:HTML
Requires
- php: >=5.5.15
- ext-json: *
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
License MIT