Search
10333 results 4261-4270
Forum
- 31st Aug 2012use _fnAjaxUpdateDraw ( oSettings, lastDataSet ) refresh datatable outsideif I use like this [code]$.ajax({ type: "POST", url: "ms/user!list.action?dd="+new Date().getTime(), data: {"username":username}, success: function(msg){ oTable._fnAjaxUpdateDraw(oTable.fnSettings(),msg); } }); [/code] IE alert SCRIPT5007: 无法获取属性“length”的值: 对象为 null 或未定义 jquery.dataTables.min.js, 行49 字符324! Can anybody help me?
- 30th Aug 2012Show wait message while pagingdataType": "json", "type": "POST", "url": 'View/Data/DetailDataSite.cfc?method=getdetaildata_json', "data": params, "success":
- 30th Aug 2012Do you need editable to be able to delete a row?oTable ); $.ajax({ type: "POST", url: "delete.jsp", data:{"id":abc}, dataType: "text",
- 29th Aug 2012Editor not posting using POST or GETthe start of the URL - a bit like an
- 28th Aug 2012Having problem with sorting after fnUpdate()code] columns = [ some_id, "Some URL", "Some title", "user1", "user2",
- 23rd Aug 2012editables update problemposts to the update URL, although that doesn't explain
- 22nd Aug 2012Error handling for serverside processing data tabledataType": 'json', "type": "POST", "url": sSource, "data": aoData, "success":
- 20th Aug 2012Big datatable stops at "Processing..."copy on a different URL to try and reproduce
- 18th Aug 2012getting the object id into the jeditable putfunction instead of a url, so I did this:
- 16th Aug 2012Datatable Warning: Json data could not be parsed errorAlan i have changed data.d to data $.ajax({ type: "POST", url: "http://localhost:7001/canada/internal/basisCalculatorObjects.do", contentType: "application/json; charset=utf-8", dataType: "json", success: function(data) { $('#companies').dataTable({ "aaData": data }); }); now i am getting no data available in table. the debugger code is ewuwac