Print Button and From To Box

Print Button and From To Box

rcostonrcoston Posts: 1Questions: 0Answers: 0
edited March 2014 in General
I'm using the jquery.datatables rails gem to create my datatable. However when I initialize the datatable I see a print button and a from to box that disappears along with search if I set bFilter to false. I've searched the forum and google and I can't find any documentation on this at all.

Here is my intialization code [code]

$(document).ready(function() {
$('#requests').dataTable();

});
[/code]

Replies

  • allanallan Posts: 63,133Questions: 1Answers: 10,399 Site admin
    We'd need a test case, as noted in the forum rules and the "New Discussion" form please.

    Allan
This discussion has been closed.