Search
10710 results 1311-1320
Forum
- 11th Oct 2011sUpdateuRL not receiving URL parameters...can put into those init objects are (afaik) anything
- 30th Sep 2011Pulling my hair out! Ajax keeps getting the same informationAh yes - for POST you would need to use fnServerData currently. I think I might add an init option for that as well... Allan
- 19th Sep 2011TableTools Copy/Xls with AjaxFirst the DataTools plugin init part: [code] aButtons: [ { sExtends:
- 15th Sep 2011Retrieving new data from ajax source w/ server-sidefnServerData function in the init object: [code] $(document).ready(function() { $('#example').dataTable(
- 15th Sep 2011Variable number of columnsproduct will allow specifying initial data as: html table,
- 8th Sep 2011[Docs] fnRowCallback: example incorrect?suggest moving your jEditable init code into an fnDrawCallback
- 8th Sep 2011Change the default numbers in "show xx entries"I added these two lines to the init: "iDisplayLength": 500, "aLengthMenu": [[10, 25, 50, 100,500,1000,-1], [10, 25, 50,100,500,1000, "All"]], That did the trick. Thanks!
- 2nd Sep 2011Server-side Individual Column FilteringAnd here is the init code, [code] $(document).ready(function() { var
- 31st Aug 2011Change the word Search to Filterthe init object has an object
- 31st Aug 2011Pre selected rowswork: [code] function InitTable() { /* Init the table */ oTable = $("#tblData").dataTable({