on ajax load action

on ajax load action

grekgrek Posts: 10Questions: 2Answers: 0
edited March 2011 in General
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'

});
This discussion has been closed.