mkoryak / floatThead

Fixed <thead>. Doesn't need any custom css/html. Does what position:sticky can't

Home Page:https://mkoryak.github.io/floatThead/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error in opt validation check

thompsk opened this issue · comments

line 148 the key is being checked against the floatThead.defaults rather than the val giving spurious debug comments

Thanks, will fix

Ah, this is because $.map's callback is function(key, val) while _.map uses function(val, key) - noted.

fixed in 1.2.5

commented

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.