Skip to content

Instantly share code, notes, and snippets.

@iksela
Created May 19, 2011 12:20
Show Gist options
  • Select an option

  • Save iksela/980616 to your computer and use it in GitHub Desktop.

Select an option

Save iksela/980616 to your computer and use it in GitHub Desktop.
// Tabs
$(function(){
$("#tabs0").tabs({
show: function(ui, event) {
ttInstances = TableTools.fnGetMasters();
for (i in ttInstances) {
if (ttInstances[i].that.fnResizeRequired()) ttInstances[i].that.fnResizeButtons();
}
}
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment