- Change the default export filename #49, credits to @ElfSundae.
- Specify selected columns to avoid issues like #19 and yajra/laravel-datatables#1519. #54
- Add export CSV with post as a method. #41, credits to @jiwom
- Add export PDF with post as a method. #42, credits to @jiwom
- Add export Excel with post as a method. #43, credits to @jiwom
- Fix ButtonsServiceProvider. #39, credits to @ElfSundae
- Fix doc PR links.
- Handle scopes stub folder config. #37
- Use default builder parameters from config. #36
- Use datatables() helper to create dataTable instance. #35
- Credits to @ElfSundae.
- Drop support for
laravel-datatables-oracle:7.*
. - Exclusive support for
laravel-datatables-oracle:8.*
. - Change namespace from
Yajra\Datatables
toYajra\DataTables
. - Use
snappy
as default pdf generator. - Remove constructor dependencies. Create DataTable instance directly from
dataTable()
method. - Method injections are now supported on the following methods:
ajax(), dataTable(), query(), csv(), excel(), pdf(), printPreview()
DataTableContract
contract removed.DataTableScopeContract
contract renamed toDataTableScope
.DataTableButtonsContract
contract renamed toDataTableButtons
.
- Fix min php requirements.
- Import data transformer that was removed from main package (v8.x).
- Allow tests failure on PHP 5.6.
- Add support for Laravel 5.5.
- Upgrade to laravel-datatables-html:~2.0
- Use minifiedAjax by default. #24
- Update html package to min v1.4
- Fix random issues occurring due to long URL.
- Fix/Lessen IE compatibility issue due to long URL limitation.
- Inline builder parameters and include
dom
on stub to assist new users. #20
- Adding model-namespace, columns and action options to Generator #12, credits to @lk77.
- Allow to add custom button actions (or disable already existing ones). #18, credits to @underdpt.
- Do not require return from before callback closure. #14
- Add html builder callback for code re-usability. #13
- Fix url params js script.
- Fix yajra/laravel-datatables#1049.
- Remove config that is set on main repo.
- Docs, use ^1.1 when installing.
- Add before and response callback.
- Fix and update datatables generator.
- Use phpunit 5.7 to match Laravel’s requirement.
- Add missing require illuminate/console.
- Refactor dataTable ajax response for reusability.
- Remove methods that are available on abstract class.
- Fix ajax parameters when ? was used on based url.
- PR #5, credits to @OzanKurt.
- First stable release.