Prevent event propagation for remaining tables
This commit is contained in:
@@ -114,7 +114,7 @@ jQuery(function($){
|
||||
});
|
||||
});
|
||||
|
||||
$('table tbody').on('click', 'span.footable-toggle', function () {
|
||||
$('body').on('click', 'span.footable-toggle', function () {
|
||||
event.stopPropagation();
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user