Search
10311 results 9851-9860
Forum
- 24th Nov 2011Server-side Delete Row with fnDeleteRow()oTable.fnGetData(aPos[0]); $.ajax({ type: "GET", url: "enquiry_del.php", data: "enq_id="+aData[1], success:
- 23rd Nov 2011What is the Best Strategy to render this kind of table?links to a different url. The second button is
- 21st Nov 2011DataTables editable plugin with server-side data and select listsI'm using:[code]$('#table').dataTable( {...}).makeEditable({ sUpdateURL: 'url' });[/code] i.e. specifying makeEditable
- 18th Nov 2011Create new row with nasted tables with AJAX RequestnTr ) { var sOut = $.ajax({ url: "ajax.php", data: StreetVal, success:
- 16th Nov 2011Access custom param using 'download' plugintype: "GET", contentType: 'application/json', url: sSource, data: aoData, success:
- 14th Nov 2011Not searching whole row when filtering (server-side)dataType": 'json', "type": 'POST', "url": sSource, "data": aoData, "success":
- 13th Nov 2011JSON.stringify(oTable.fnGetData()) post null array values in asp.net mvc3 action method.data = { OrderItems: sData }; $.ajax({ url: "/Product/Create", type: 'POST', contentType:
- 11th Nov 2011Requested unknown parameter 'luser' from the data sourcefunction() { var lTableCfg, updateCustId, url; url = root.objAddr + 'licenseSetList/' + root.custId;
- 10th Nov 2011Ajax and Serverside=true just shows processing. (Resolved)dataType": 'json', "type": "POST", "url": sSource, "data": aoData, "success":
- 9th Nov 2011json is correct but the table is not showingdataType": 'json', "type": "POST", "url": sSource, "data": aoData, "success":