mirror of
https://github.com/DataTables/DataTables.git
synced 2025-02-19 17:54:14 +01:00
Dev: Trivial fix to use local variable for aoColumns
This commit is contained in:
parent
d60ddf211c
commit
ef974cb255
@ -1 +1 @@
|
||||
cb61595d78d0d87c1ab15bfdb1b3200de6549fa5
|
||||
eb637a2ebcb8021a1c68a7e2450cd05d6f91d47e
|
||||
|
2
media/js/jquery.dataTables.js
vendored
2
media/js/jquery.dataTables.js
vendored
@ -7772,7 +7772,7 @@
|
||||
|
||||
if ( s === '' ) {
|
||||
// All columns
|
||||
return _range( settings.aoColumns.length );
|
||||
return _range( columns.length );
|
||||
}
|
||||
else if ( selInt !== null ) {
|
||||
// Integer selector
|
||||
|
Loading…
x
Reference in New Issue
Block a user