Fix - btn class should not be removed when switching between disabled and enabled states for TableTools buttons

pull/2/head
Allan Jardine 12 years ago
parent 5db3b46e8e
commit b80be9413b

@ -117,7 +117,7 @@ if ( $.fn.DataTable.TableTools ) {
"container": "btn-group",
"buttons": {
"normal": "btn",
"disabled": "btn disabled"
"disabled": "disabled"
},
"collection": {
"container": "DTTT_dropdown dropdown-menu",

Loading…
Cancel
Save