Quantcast
Channel: DataTables 1.9 — DataTables forums
Viewing all articles
Browse latest Browse all 1816

Loading new data into Data tables

$
0
0
I have a datatable with data loaded via AJAX

Like this:

$(document).ready(function() {
oTable = $('#snapshot').dataTable( {
'sScrollY': 500,
'bPaginate': false,
'bScrollCollapse': true,
'bJQueryUI': true,
'bStateSave': false,
"bFilter": true,
'bSort': true,
"bAutoWidth": false ,
"sAjaxSource": 'live_vision_data.php'
} );
} );

How do I reload the same ajax source file "live_vision_data.php" with one click?

Viewing all articles
Browse latest Browse all 1816

Trending Articles