Search
18461 results 17871-17880
Forum
- 11th May 2010How to add objects to the extra variables?Can anyone help me and explain how I add objects (arrays, etc.) to extra variables being sent on the ajax request? Somehow like the "myarray" variable below: $.getJSON(url, {"myarray[]": [1,2,3,4,5], function(data) {alert(data);}} Thanks for your help!
- 8th May 2010DataTables warning: Added data does not match known number of columnsfunction ( sSource, aoData, fnCallback ) { $.ajax( { "dataType": 'json', "type": "POST",
- 6th May 2010fnDraw() doen't reset "sSearch" and "iDisplayLength" variablesHi, I'm using AJAX and i'm trying to
- 5th May 2010filtering by date problemname": "franchise", "value": franchise_id } ); $.ajax( { "dataType": 'json', "type": "POST",
- 4th May 2010Server-side script - Example using Classic ASPstrOrderBy" SQL = "SELECT * FROM ajax " & strWhere & strOrderBy
- 4th May 2010Maximum rows if I dont use Server-side processingHi, Simple question: Can datatable hold 50 000 rows if I dont use Server-side processing? Im thinking Im going to use Ajax source for the data (http://datatables.net/examples/data_sources/ajax.html) . Can I still use the "search" function? Is it smooth? -josk
- 30th Apr 2010Limiting the amount of data retrieved while initializingis loaded from an Ajax source. Since the data
- 30th Apr 2010paging buttons are disabled on server side processingdata.push({ "name": "tablename", "value": "" }); $.ajax({ "dataType": "json", "type": "GET",
- 29th Apr 2010DataTables warning: Unable to re-initialise DataTable. Please use the API to make any configurationthen i try use ajax and find error but
- 27th Apr 2010version compatibilityto version 1.4.2, my ajax table breaks. This is