All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
DataTableAction
query
parameter can beClosure
- Support for bootstrap 4/5 (autodetect required bootstrap version)
- Add
dataProvider
property toDataTable
- if set, property
data
is autofilled with models from dataProvider - if models are found either in
dataProvider
or indata
, column labels are loaded fromModel::attributes()
- if set, property
- restore support for custom column definitions (#52)
- Add
extraColumns
property toDataTable
,DataTableColumn
,DataTableAction
- Add
sClass
property forDataTableColumn
class - Add
title
property forLinkColumn
class
- Improve README
- Change
options
property tolinkOptions
at LinkColumn class - Move asset classes to separate directory
- Update minimal php version to 5.5.0
- Reverse order CHANGELOG
- php 7.2 compatibility
- Data and response formatting in DataTableAction
- Server-side pagination
- Improve README
- Move DataTable options to protected array. Add __set and __get methods.