Search
10308 results 4731-4740
Forum
- 26th May 2009Form, Checkbox, and MySQLone of the example url above and the following
- 22nd May 2009Paging...dataType": 'json', "type": "POST", "url": sSource, "data": aoData, "success":
- 20th May 2009ERROR: oSettings is nullAllan, I've just replaced the newlines but it doesn't still work: $comments=str_replace("\n"," ",$aRow['Comentarios']); $comments=str_replace("<br>"," ",$aRow['Comentarios']); You can refresh the URL again to see the first pages is the only one that is printed on web :( Att. Jorge.
- 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.