Bootstrap 4.5.3 and dependencies update
This commit is contained in:
2
vendor/datatables/dataTables.bootstrap4.js
vendored
2
vendor/datatables/dataTables.bootstrap4.js
vendored
@@ -83,7 +83,7 @@ DataTable.ext.renderer.pageButton.bootstrap = function ( settings, host, idx, bu
|
||||
for ( i=0, ien=buttons.length ; i<ien ; i++ ) {
|
||||
button = buttons[i];
|
||||
|
||||
if ( $.isArray( button ) ) {
|
||||
if ( Array.isArray( button ) ) {
|
||||
attach( container, button );
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user