Search
-
Fixed Width Columns
by RememberMe ·oTable = $('#subcontractlist').dataTable( -
User initiated refresh
by gavin_hay ·solutionTable = $('#solutions').dataTable({ -
Problem with .fnSetFilteringDelay ?
by tri ·/* aoData.push( { "name": "school", "value": $('#sel_college').val() } ); */ -
Multiple tables, unknown amount of tables, need specific table settings
by daan.timmer ·[code]$("#selector").dataTables('option', 'iDisplayLength', 10);[/code] -
Page stuck on "Processing..."
by jlf ·"sLengthMenu": $("#sLengthMenu").text(), -
fnFilter - all except
by jakob ·$("#showhide").click(function(){ -
internet explorer Warning - added data does not match known column length
by shameless ·$("#status").html("retrieving data."); -
HOW TO: use table tools with themeroller
by allan ·As the documentation notes ( http://datatables.net/usage/options#sDom ), sDom is '<"H"lfr>t<"F"ip>' in order to support jQuery UI. So you just need to s -
fnFilter - all except
by jakob ·$("#showhide").click(function() { -
(donation) Adding an event handler to a TD element after fnAddData() call.
by allan ·use sClass ( http://datatables.net/usage/columns#sClass ) to add the class - then DataTables will put that class on every cell in that column. Then all you need to do is change the selector to someth -
Assigning fnRowCallback after the dataTable() call
by allan ·var oTable = $("table#summary").dataTable(); -
Assigning fnRowCallback after the dataTable() call
by Mithrus ·[code]oTable = $("table#summary").dataTable();[/code]Is it possible to do something like -
Transparent sort icons
by allan ·There is indeed a method to do this, although there is no default class in DataTables for this. Take a peak at: http://datatables.net/styling/custom_classes#sSortableNone - you'll be able to see that -
clear: both; CSS attributes on .dataTable_wrapper and .ui-helper-clearfix:after
by allan ·I think the solution is to find out what class / property is causing the issue, and then simply to remove it. If you use Firebug (or whatever) to disable the clear on dataTable_wrapper for example, do -
"aoColumns" - Cannot hide last column in table
by robertark ·if($.browser.msie) var tipWidth = $("#simpleTooltip").outerWidth(true) -
serialize() missing data?
by ktambascio ·jQuery('#selected_items').attr('value', sData); -
problem with column filters after using fnFilter
by allan ·aoData.push( { "name": "school", "value": $('#sel_college').val() } ); -
problem with column filters after using fnFilter
by jimv ·How would I trigger fnServerData off of the $("#sel_college").change(function() , rather then the document ready function? -
Inserting data to the top of the table
by allan ·Yes indeed, it is quite likely that the HTML of the input element is being used for the sort - unless you have taken steps to prevent this. If you set the sType ( http://datatables.net/usage/columns#s -
Showing html tables but searching on json table
by mits ·var oTable = $('#sampleTable').dataTable({