(DataTables and Jquery UI tabs) is showing double search button and pagging
(DataTables and Jquery UI tabs) is showing double search button and pagging
Hi All, I want to asking about the topic, I already looking in many threads but I can't find the answer may be you can help me. and this is my code, so the error is the button search and the pagging search is showing twice, can we fix them? thank you.
$("#tabs").tabs({
show: function(ui, event) {
ttInstances = TableTools.fnGetMasters();
for (i in ttInstances) {
if (ttInstances[i].that.fnResizeRequired()) ttInstances[i].that.fnResizeButtons();
}
}
});
$('table.display').dataTable();
regards
Mike