mirror of
https://github.com/Mottie/tablesorter.git
synced 2025-01-12 15:24:21 +00:00
Merge pull request #814 from prijutme4ty/fix_build_parser_cache
Fix potential bug
This commit is contained in:
commit
f8f0b528ba
@ -250,7 +250,7 @@
|
|||||||
};
|
};
|
||||||
while (j < len) {
|
while (j < len) {
|
||||||
rows = tb[j].rows;
|
rows = tb[j].rows;
|
||||||
if (rows[j]) {
|
if (rows.length) {
|
||||||
l = c.columns; // rows[j].cells.length;
|
l = c.columns; // rows[j].cells.length;
|
||||||
for (i = 0; i < l; i++) {
|
for (i = 0; i < l; i++) {
|
||||||
h = c.$headers.filter('[data-column="' + i + '"]:last');
|
h = c.$headers.filter('[data-column="' + i + '"]:last');
|
||||||
|
Loading…
Reference in New Issue
Block a user