mirror of
https://github.com/DataTables/DataTables.git
synced 2026-04-25 03:00:08 -04:00
New: row().class() when given with a class, the class is added to the -tag tr element as well as the -tag td element
This commit is contained in:
@@ -1 +1 @@
|
||||
8f6df2b9f072694f09dbf1951d7cf6d206218c48
|
||||
82b2580b26e160220f92abfa51c7cbca2b53b17a
|
||||
|
||||
2
media/js/jquery.dataTables.js
vendored
2
media/js/jquery.dataTables.js
vendored
@@ -7693,7 +7693,7 @@
|
||||
}
|
||||
else {
|
||||
// Otherwise create a row with a wrapper
|
||||
var created = $('<tr><td/></tr>');
|
||||
var created = $('<tr><td/></tr>').addClass( k );
|
||||
$('td', created)
|
||||
.addClass( k )
|
||||
.html( r )
|
||||
|
||||
Reference in New Issue
Block a user