Search
18456 results 10541-10550
Forum
- 25th May 2011Custom Columns with Server Side processingSo, assuming you were using php you would need to do something like this as your ajax method: [code] <?php echo json_encode( array( array( 'sTitle' => 'id' ), array( 'sTitle' => 'phone' ), array( 'sTitle' => 'message' ), array( 'sTitle' => 'status' ), ) ); [/code]
- 25th May 2011TableTools and Server Side PipeLinedefine fnAjaxComplete for the Ajax button in order to
- 24th May 2011Editable rows and tablesinteraction. There isn't an Ajax save at the moment,
- 24th May 2011Cookie Limit? (Long Cookie Fails)one complicated one with ajax backend refreshes http://pastie.org/1965804) $(document).ready(function()
- 23rd May 2011Couple Questions - JSON and sAjaxSourcefunction (url, data, callback) { $.ajax({ "url": url, "data": data,
- 23rd May 2011Using 2D ArraySay my array is like this: myarray[0]["name"]="Dog" myarray[0]["type"]="Animal" myarray[0]["age"]="5" myarray[1]["name"]="Dell 486" myarray[1]["type"]="computer" myarray[1]["age"]="1" I want to make a table from that but this is generated dynamically via ajax. Is there a way to use that with datatables?
- 22nd May 2011Posting additional data to a php-file - I am not succeeding in doing that.none" } ); //push to aoData.. $.ajax({ "type": "POST", "dataType": 'json',
- 20th May 2011delete operation redraws table but changes current 'page'needed to make an ajax request to the server
- 17th May 2011Export all rowsnButton, oConfig, oFlash, sFlash ) { $.ajax({ url: 'report_exporter.php', dataType: 'json',
- 17th May 2011Using objects with data tables questionto do a single Ajax request and then feed