(DataTables and Jquery UI tabs) is showing double search button and pagging

(DataTables and Jquery UI tabs) is showing double search button and pagging

mikefarrel7mikefarrel7 Posts: 1Questions: 1Answers: 0
edited November 2016 in Free community support

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. :smile: 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

This discussion has been closed.