cakephp-datatables icon indicating copy to clipboard operation
cakephp-datatables copied to clipboard

cakePHP4.3 won't work.

Open ullas opened this issue 3 years ago • 0 comments

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)

ullas avatar Mar 28 '22 06:03 ullas