데이터 테이블 에이잭스 호출 성공 시 함수를 호출한다. datable ajax 호출 성공 시 javascript 함수를 호출할 수 있습니까?여기 사용하려는 코드가 있습니다. var oTable = $('#app-config').dataTable( { "bAutoWidth": false, "bDestroy":true, "bProcessing" : true, "bServerSide" : true, "sPaginationType" : "full_numbers", "sAjaxSource" : url, "fnServerData" : function(sSource, aoData, fnCallback) { alert("sSource"+ sSource); alert("aoData"+ aoData); $.ajax({ "..