mirror of
https://github.com/DataTables/DataTables.git
synced 2025-01-18 11:52:11 +01:00
Fixed: Typo for tfoot, should be tbody - "Sanity check that there is a thead and tfoot. If not let's just create them"
This commit is contained in:
parent
adbaaf1ee1
commit
5881948640
2
media/js/jquery.dataTables.js
vendored
2
media/js/jquery.dataTables.js
vendored
@ -6470,7 +6470,7 @@
|
||||
|
||||
/*
|
||||
* Final init
|
||||
* Sanity check that there is a thead and tfoot. If not let's just create them
|
||||
* Sanity check that there is a thead and tbody. If not let's just create them
|
||||
*/
|
||||
if ( this.getElementsByTagName('thead').length === 0 )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user