mirror of
https://github.com/DataTables/DataTables.git
synced 2025-02-19 17:54:14 +01: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:
parent
5c08c74d24
commit
84686a5b30
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user