table.api().ajax.reload(); and table.fnReloadAjax();
table.api().ajax.reload(); and table.fnReloadAjax();
tester1
Posts: 53Questions: 14Answers: 1
Hi i am using table.api().ajax.reload(); OR table.fnReloadAjax();
BUT GETTING :
TypeError: table.fnReloadAjax is not a function
table.fnReloadAjax();
WHY SO ?
I have included :
<script type='text/javascript' src='http://cdn.datatables.net/plug-ins/be7019ee387/api/fnReloadAjax.js
'></script>
This discussion has been closed.