数据表运行以下语句以查看哪些数据应填入等级
$(document).ready( function () {
var lastIdx = null;
var idDoc = "<?php echo $_GET['idDoc'];?>";
var table = $('#tformulario').DataTable( {
"order": [[ 1, "asc" ]],
"aProcessing": true,
"aServerSide": true,
"stateSave":true,
"ajax": "{!! URL::to ('/datosFormulario?idDoc="+idDoc+"')!!}",
"language": {
我喜欢获取或保存到返回ajax的变量?