Download the PHP package ilbronza/datatables without Composer
On this page you can find all versions of the php package ilbronza/datatables. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ilbronza/datatables
More information about ilbronza/datatables
Files in ilbronza/datatables
Package datatables
Short Description :package_description
License mit
Homepage https://github.com/ilbronza/datatables
Informations about the package datatables
Datatables
This is where your description should go. Take a look at contributing.md to see a to do list.
Installation
Via Composer
add this lines to package.json dependencies list
run npm install from terminal
add these line to resources/js/app.js to include the required modules
keep in mind that it needs jQuery and jquery-ui, if you didn't required yet add to yout resources/js/app.js file
publish the package assets
compile the file with laravel-mix
Usage
Form in table header and submit cell
You can populate a form in the header of the table and use a table cell as the submit button.
This feature is useful for quick inline filters or actions. To enable it, use the DatatableFieldSubmit
field type in your configuration.
create a submit field
add the field to the table header
use the created field in fields configuration
Add data to headerData
Example for add data to th
Example for fetcher field
Change log
Please see the changelog for more information on what has changed recently.
Testing
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email author email instead of using the issue tracker.
Credits
- author name
- All Contributors
License
license. Please see the license file for more information.