Search
10285 results 4711-4720
Forum
- 20th May 2009DataTables 1.5 beta (server-side processing and more)So do you want to change the data source (the url) when a value in the drop down is selected? That could be done using the 'change' event handler and something like: oTable.fnSettings().sAjaxSource = "whatever"; oTable.fnDraw(); Allan
- 15th May 2009How to set initial pagesize, pageindex, etc.. when using sAjaxSourcecan see parsing the URL and load time, what
- 27th Apr 2009Is it possible to fix the table height?I think the URL for the sDom example you're referring to is: http://datatables.net/1.5-beta/examples/basic_init/dom.html It looks like you used your local path. Feel free to delete this message if you edit the original. Thanks, Rob
- 27th Apr 2009Can I specify cookie name for state saving?does indeed use the URL (mainly for the path
- 23rd Apr 2009Other jquery plugin working only on the first pagemirrorColor:"#b3441b" }); $(".pdf").attr("target","_blank"); $("#footer").positionFooter(true); $("td.editable").editInPlace({ url: "save.php", show_buttons: true, default_text:
- 25th Mar 2009bug with table in table ?ok, i removed tbody in the test url, same problem :(
- 19th Mar 2009Is it posible to refresh table?I actually found fnReloadAjax() function, but seems it just tries to reload data without taking current sort/page/filter options, so there are no "get" parameters added ajax url. Is this a bug or i'm doing something wrong.
- 17th Mar 2009Custom filter option and server-side processing.indexed variables of ajax Url appear like 'name[i]' instead
- 11th Mar 2009Ajax Call not workingajax: true }, function(data){ var url = "dynamicBannerSubmit.do?methodName=getSpecificTemplateDataElements&bannerId=1&currDate=" + new Date(); $("table#dataTable
- 8th Mar 2009Using fnGetPosition to find a TR by id?this); $.ajax({ type: "POST", url: "ajax_functions/delete.aspx", data: "person_id=" + del.attr('id').replace('del_',