Tags: NullRefExcep/yii2-datatables
Tags
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>
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>