on ajax load action
on ajax load action
Hy i cant find it, how to add on ajax loaded action how to du it ?
example
$('#id').dataTable( {
,"bJQueryUI": true
,"bProcessing": true
,ajaxOnLoaded: function (){
som my other actions - is possible ? how to do it
}
,"bServerSide": true
,"sAjaxSource": '/someurl'
});
example
$('#id').dataTable( {
,"bJQueryUI": true
,"bProcessing": true
,ajaxOnLoaded: function (){
som my other actions - is possible ? how to do it
}
,"bServerSide": true
,"sAjaxSource": '/someurl'
});
This discussion has been closed.