Quantcast
Channel: Recent Discussions — DataTables forums
Viewing all articles
Browse latest Browse all 82109

jquery slider in datatable

$
0
0
i want to ask about how to implement datatable in slider jquery. actually i'm working in project that display schedule. so i need to refresh every 30 second to get update data and get it to slider that have 20 per item and then slide left after 30 second.
i have this code for refresh every 30 second.
$(document).ready(function () {
oTable = $('#example').dataTable({

"bServerSide": true,
"bStateSave": true,
"iDisplayLength": 20,
"sAjaxSource": "../server_side/scripts/server_processing.php"
});
});

setInterval(function() {
oTable.fnDraw(false);
},3000);

but i have no idea to implement that to slider jquery. thanks for your help.. i really need help..

Viewing all articles
Browse latest Browse all 82109

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>