Search
9205 results 6021-6030
Forum
- 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
- 1st May 2010bState: remember the sorting - forget the filterbeen thinking about providing options for in future, and
- 26th Apr 2010Bug when sorting datacode] here's the table options : [code] $('#recap').dataTable( { "bPaginate": false,