Search
10335 results 9331-9340
Forum
- 17th Feb 2014Server Side Managing DatasAjaxSource": valor_combo(), // TRAIGO LA URL DEL PHP "bPaginate": true,
- 15th Feb 2014DataTables warning (table id = 'fleetManager'): Requested unknown parameter 'c.2.v' from the data...dataType": 'json', "type": "POST", "url": sSource, "data": aoData, "success":
- 15th Feb 2014DataTable - can't select rows on next pageRef Client Status Category URL Description @{ foreach (CustomInvoice invoice
- 15th Feb 2014server-side processingheader = $('#'+ this.id +'-header'); $.ajax({ url: 'php/app/ajax-table-getHeader.php', data: { request: 'drawHeader'
- 14th Feb 2014Using german lang cdnHi, I'm new to DataTables (v1.10) and want to use ther german lang cdn (http://next.datatables.net/plug-ins/i18n/German) in order to have german language. I tried: [code] "language": { "url": "//cdn.datatables.net/plug-ins/505bef35b56/i18n/German.lang" } [/code] But that doesn't work. How to use it correct? Thanks
- 13th Feb 2014fnServerData is called by events not related to the DataTable.true, "bServerSide": true, "sAjaxSource": url, "fnServerData": function ( sSource, aoData,
- 12th Feb 2014How to pass hidden value to ajax ?undefined <------------------- oTable.fnDeleteRow(nRow); $.ajax({ url: "deleteMetadata.do", data: "id=" + nRow.id
- 8th Feb 2014having trouble POSTing fnGetData to cgi script using ajaxtableRequests.fnGetData(); $.ajax({ type: "POST", url: "cgi-bin/save.cgi", data: aData, dataType:
- 7th Feb 2014Slow col/row headers on x/y scroll on iOS7 devicesexample on the following URL is smooth on iOS7
- 7th Feb 2014fnDraw not calling the Ajax sourcethis).closest('tr').attr('data-groupid'); $.ajax({ type: 'POST', url: 'my_page.php', data: 'method=delete&id_group='+id_group, success:function(data)