Search
10707 results 7271-7280
Forum
- 12th Jun 2010delete row from table with server processingafter refresh the table (initialising it with bDestory": true
- 11th Jun 2010Fancy box link does not work from a cell in the datatablea browser window. The Initialisation code for the page
- 9th Jun 2010Problems with Update from Version 1.3.11 to 1.6It's been quite a while since I came across a 1.3.x install :-). Could you post your initialisation code? What didn't work about the upgrade (what do you mean by "i didn't get the right data in my view")? Allan
- 6th Jun 2010sEcho- The mystery variable.This example shows basic initialisation of server-side processing: http://datatables.net/examples/data_sources/server_side.html
- 2nd Jun 2010HORISONT SCROLL VERY URGENTdefinition changed then the initial columns. That initial definition
- 31st May 2010DataTables warning: Unable to re-initialise DataTable. Please use the API to make any configurationI faced the same problem. The problem was for me, somehow I called the dataTable initializing function/code twice. make sure you didn't make the same mistake. Cheers!
- 28th May 2010DataTables 1.7 beta released - beta 4!define a set of initialisation parameters (sType etc) and
- 26th May 2010On row click to fill another table with data?include bDestroy:true in the initialisation object, and DataTables finds
- 26th May 2010how to use jQuery UI themesJust combine the two examples: [code] $(document).ready(function() { $('#example').dataTable( { "bJQueryUI": true, "bProcessing": true, "bServerSide": true, "sAjaxSource": "../examples_support/server_processing.php" } ); } ); [/code] All of the initialisation options are listed here: http://datatables.net/usage/ Allan
- 25th May 2010update problems from version 1.5.0 beta 9 to 1.6.2break it into two initialisation statements if you want