Search
8346 results 4601-4610
Forum
- 26th Jan 2011aoData undefineda last adjustment: I now use serializeArray() to pass a querystring to the server script: [code] "fnServerData": function (sSource, aoData, fnCallback ) { $.getJSON( sSource, $('form').serializeArray(), function (json) { fnCallback(json) }); }, [/code]
- 25th Jan 2011[RFE] Example code improvement (?) suggestion / bugfixUrgh sorry - the visible example code on that page is out of date... The script it is actually using is here: http://www.datatables.net/development/server-side/php_mysql - which does use json_encode. I've updated the example now. Allan
- 23rd Jan 2011fnAddData, jeditable and keytablecan be done: [code] script type = "text/javascript" charset = "utf-8"
- 23rd Jan 2011Server Side Processing and Column Renderingformat from the PHP script. It's basically a choice
- 23rd Jan 2011Incorrect results with server-side dataHow is the server-side script working with out getting
- 21st Jan 2011Search query woes. Need to add an AND condition to default search query.I using a server-side script with php. Thanks.
- 21st Jan 2011How large the datatable can be?will trigger IE's "slow script" alert. On my Opera
- 20th Jan 2011W3C markup validation issueHi Allan, I solved it by assigning the html content corresponding to the DIV container inside the table script: $('#tableContainer').html(' '); I took this from this example: http://www.datatables.net/examples/data_sources/js_array.html This way the markup only shows a div. Remsy.
- 19th Jan 2011Server Processingand assuming it's the script see how it might
- 19th Jan 2011DataTables not working when on a page with URL parameters (error: b is null)check in my camp_directory_data.php script that compared allowed referrers