Print Button and From To Box
Print Button and From To Box
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]
Here is my intialization code [code]
$(document).ready(function() {
$('#requests').dataTable();
});
[/code]
This discussion has been closed.
Replies
Allan