Search
9136 results 5951-5960
Forum
- 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
- 22nd May 2010Datatable taking long time for loadingthe HTML for the options (which is slightly surprising)
- 22nd May 2010Button for next, previous, last, first, server-side??class using the class options: http://datatables.net/styling/custom_classes#sPageButtonStaticDisabled ). Or perhaps just
- 22nd May 2010Valid Jsonthe core, and other options can be very readily