Skip to content

Tags: NullRefExcep/yii2-datatables

Tags

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: replace deprecated \ string interpolation syntax with {\} (#75)

- Fixed PHP deprecation warning about \ usage in heredoc strings
- Replaced all instances of \, \, and \
- Updated to use the recommended {\} syntax for PHP 8+ compatibility
- Addresses reported GitHub issue about string interpolation deprecation warnings

Co-authored-by: Chau Yun Pang <pang@palmary.com.hk>

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade to DataTables v2.0 and migrate to NPM assets (#74)

* Switch to npm-asset/datatables.net ^2.0 and @npm sourcePath

* Update Dependency for Bootstrap, Bootstrap 4, Bootstrap 5 and jQuery UI

* Separate bootstrap instead Bootstrap 3, Bootstrap 4, and Bootstrap 5

* Update Bootstrap 5 Dependencies Priority

* Update Bootstrap Dependencies Priority

* Update Dependencies

* Update Dependencies

* load datatables.net before load others

* Update Bootstrap Code

* Update Bootstrap Dependencies

* Update Bootstrap Dependencies

* Update Dependencies

* Update Dependencies

* docs: Add v2.0.0 documentation and fix asset issues

---------

Co-authored-by: Chau Yun Pang <pang@palmary.com.hk>

v1.1.2

Toggle v1.1.2's commit message
Merge pull request #69 from Radon8472/bugfix/re-add-passing-parameter…

…s-to-cols

Fix passing custom parameters to dataTables column

Closes #52

v1.1.1

Toggle v1.1.1's commit message
#53 add extraColumns property

v1.1.0

Toggle v1.1.0's commit message
refactoring and prepare v1.1.0

v1.0.4

Toggle v1.0.4's commit message
compatibility update

v1.0.3

Toggle v1.0.3's commit message
refactoring

v1.0.2

Toggle v1.0.2's commit message
refactoring

v1.0.1

Toggle v1.0.1's commit message
Merge pull request #21 from alladas/alladas-patch-1

Updated DataTableAction - support Yii pagination for Server Side

1.0

Toggle 1.0's commit message
Update README.md