Search
9310 results 6121-6130
Forum
- 22nd Jun 2010Vaild JSON, still: DataTables warning: Added data does not match known number of columnsyou have all the options in aoColumns as null,
- 15th Jun 2010Plans for DataTables v1.7 and beyondcertain that it provides options for plug-ins, which could
- 11th Jun 2010Fancy box link does not work from a cell in the datatableThere are so many options... Try changing fnInitComplete to
- 8th Jun 2010DataTables 1.7 beta released - beta 4!it "shrinking": http://imgur.com/FXSVs.jpg Any options to allow the table
- 6th Jun 2010two inputs controlling filtering of one columnsuggest there are two options: Combine the two values
- 1st Jun 2010HORISONT SCROLL VERY URGENTI have the next options: [code] oTable = $('#table').dataTable({ "sPaginationType":
- 28th May 2010Autodetection of "html" sTypethe other type detection options: Plug-in: http://datatables.net/plug-ins/type-detection#html Example: http://datatables.net/beta/1.7/examples/plug-ins/html_sort.html
- 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 2010custom option select filterthe dynamically generated select options, from the example page
- 23rd May 2010fnRowCallback assistancethey aren't... Lots of options :-) Allan