what are the files to be included when we use datatables
what are the files to be included when we use datatables
Hi, I am just confuse in using datatables,why is that different css and js if we use datatables..if i include this all files <link type="text/css" rel="stylesheet" href="css/jquery-ui-1.10.4.custom.min.css">
<link type="text/css" rel="stylesheet" href="css/jquery.dataTables_themeroller.css">
<script type="text/javascript" src="js/jquery1.11.js"></script>
<script type="text/javascript" src="js/jquery.dataTables.min.js"></script>
when i try to have scroll bar it's not working
but if i include this files
<link href="//datatables.net/download/build/nightly/jquery.dataTables.css" rel="stylesheet" type="text/css" />
it works...