Search
10302 results 4721-4730
Forum
- 17th Jun 2009restful datatables (feature)and update an anchor url or whatever it is
- 17th Jun 2009Filtering...dataType": 'json', "type": "POST", "url": sSource, "data": aoData, "success":
- 5th Jun 2009Using a POST instead of a GET, but a GET is still sent initially...dataType": 'json', "type": "POST", "url": oSettings.sAjaxSource, "data": oSettings.aoData, "success":
- 2nd Jun 2009Error: sData is undefinedlook again at the URl i gave... there are
- 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