This website requires JavaScript.
Explore
Help
Register
Sign In
rooty
/
DataTables
Watch
1
Star
0
Fork
0
You've already forked DataTables
mirror of
https://github.com/DataTables/DataTables.git
synced
2025-03-21 13:29:04 +01:00
Code
Issues
Releases
Activity
DataTables
/
media
/
js
History
Allan Jardine
9896d0295d
Fix: If the
thead
contained a table the selector that was looking to find the first row in the table was selected the row from the header table rather than the
tbody
. This could cause errors such as HTML5 data-* attributes not being detected.
...
This fixes DataTables/DataTables
#508
2015-03-12 10:29:16 +00:00
..
jquery.dataTables.js
Fix: If the
thead
contained a table the selector that was looking to find the first row in the table was selected the row from the header table rather than the
tbody
. This could cause errors such as HTML5 data-* attributes not being detected.
2015-03-12 10:29:16 +00:00
jquery.dataTables.min.js
Fix: If the
thead
contained a table the selector that was looking to find the first row in the table was selected the row from the header table rather than the
tbody
. This could cause errors such as HTML5 data-* attributes not being detected.
2015-03-12 10:29:16 +00:00
jquery.js
Dev: Restore jQuery 1.11.1 - was removed by mistake in a previous commit
2014-06-05 09:36:36 +01:00