Hi I followed everything you mentioned here: https://github.com/fheider/cakephp-datatables
I added the following lines in my view to load the css and js
`Html->css("http://cdn.datatables.net/1.10.11/css/jquery.dataTables.min.css"); ?>
Html->script(["http://code.jquery.com/jquery.min.js", "http://cdn.datatables.net/1.10.11/js/jquery.dataTables.min.js"]); ?>
`
But CSS isn't working out
Hi I followed everything you mentioned here: https://github.com/fheider/cakephp-datatables
I added the following lines in my view to load the css and js
`Html->css("http://cdn.datatables.net/1.10.11/css/jquery.dataTables.min.css"); ?>
Html->script(["http://code.jquery.com/jquery.min.js", "http://cdn.datatables.net/1.10.11/js/jquery.dataTables.min.js"]); ?>`
But CSS isn't working out