- Fix the default name of index column to follow DT syntax. #69, credits to @jaydons.
- Fix missing periods. #70, credits to @jaydons.
- Add support for Laravel 5.7
- Fix callback check on empty values. #62 Credits to @apreiml.
- Add parameter in addCheckbox to prepend or append the checkbox column #55, credits to @karmendra
- Adding ajaxParameters to minifiedAjax #57, credits to @lk77
- Fixes the issue with the missing name attribute default mentioned in #58. PR #59, credits to @Namoshek
- Add support for Laravel 5.6. #56
- Moving callback condition to config #54, credits to @lk77.
- Allow jQuery functions callback. #52, credits to @OzanKurt.
- Improve handling of function callbacks and better editor support. #49
- Implement buttons support for editor. #47
- Add postAjax() to Html Builder [#45], credits to @ElfSundae.
- Fix yajra#13 (comment).
- Review tableAttributes getter and setter #31
- Fix CS. #36
- Add setTableId() to Html Builder #35.
- Add addTableClass, removeTableClass to Html Builder #37
- All changes credits to @ElfSundae.
- Added generateJson to Html/Builder #29, credits to @lk77.
- Fix column attributes removed when generate script. #28, credits to @as247.
- Fix yajra/laravel-datatables#1380.
- Fix Request class doc blocks.
- Fix typo Datatables to DataTables.
- Add fnServerParams to validCallbacks #26. Credits to @cracki.
- v3.0 stable release.
- Adding type GET to minifiedAjax in Html/Builder #21, credits to @lk77.
- Fix fetching of default table id from config. #19
- Fix missing semi-colon.
- Script cleanup #18
- Clean up extra space and floating ; on generated ajax data script.
- Do not include attributes on generated column scripts.
- Fix parsing of column functions. #17
- Fix parsing of ajax data where function is rendered as string. #16
- Add support for Laravel 5.5
- Removed unused classes on constructor.
- UrlGenerator
- FormBuilder
- Fix addCheckbox.
- Use HtmlString when generating table and scripts markup.
- Make default table attributes configurable. Fix #3
- Use PHPUNIT 6.x, update tests.
- Add macroable trait for builder extension via macro calls.
- Set default ajax url to empty string.
- Add minifiedAjax method to minify url generated when using get request. #13
- Fixes
php artisan serve
and IE issues on long URL. - Related Issues: yajra/laravel-datatables#1225 yajra/laravel-datatables#1205 yajra/laravel-datatables#826 yajra/laravel-datatables#671 etc...
- Adding addBefore and addColumnBefore in Builder.
- PR #12, credits to @lk77.
- Add method to remove column by names. #9
- Fix columns setter. #8
- Configurable header attributes. #4
- Credits to @alfa6661.
- First release.