You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2022. It is now read-only.
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