Quantcast
Channel: Free community support — DataTables forums
Viewing all articles
Browse latest Browse all 35278

Why I can not use ajax.reload()?

$
0
0

I used the newest datatables api ,and my jquery version is V1.11,1, jquery.datatables version is V1.10.2, howerver my code

var table = $('#questionTable').dataTable({
......
});
table.ajax.reload();

doesn't work, chrome hints me "Uncaught TypeError: Cannot read property 'reload' of undefined "
does my usage correct? or I need include other js file? or the jquery , jquery datatables version wrong ?


Viewing all articles
Browse latest Browse all 35278

Trending Articles