ypnos-web / cakephp-datatables

CakePHP3 Plugin for DataTables plug-in for jQuery
MIT License
27 stars 24 forks source link

cakePHP4.3 won't work. #88

Open ullas opened 2 years ago

ullas commented 2 years ago

The following error is thrown in the console window. (Looks like serialization is required in the controller. )

//$this->set('_serialize', array_merge($this->viewBuilder()->getVars('_serialize'), ['data'])); something similar is required

Uncaught TypeError: Cannot read properties of undefined (reading 'length') at xb (datatables.min.js:31478:20)