fheider / cakephp-datatables

CakePHP3 Plugin for DataTables plug-in for jQuery
MIT License
14 stars 40 forks source link

return javascript code instead of echo #9

Closed ypnos-web closed 8 years ago

ypnos-web commented 9 years ago

Return the javascript code instead of printing out right away. Makes the use more flexible, e.g.

$this->append('script', $this->domReady($dt->draw('#usersTable')));

Where script is a block that is printed at the end of the body in layout (and contains jquery, etc.).