1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-11-29 11:24:10 +01:00

Fix: Row details show and hide methods should return this

This commit is contained in:
Allan Jardine 2014-03-20 15:28:58 +00:00
parent 75d28cad1c
commit b2a3546402
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
a6370f0666a68b7753b2f53f4b937f03248ffece
104b5fac846b79d567d21535737667cc3c91f305

View File

@ -7729,6 +7729,7 @@
'row().child().show()'
], function () {
__details_display.call( this, true );
return this;
} );
_api_register( [
@ -7736,6 +7737,7 @@
'row().child().hide()'
], function () {
__details_display.call( this, false );
return this;
} );
_api_register( 'row().child.isShown()', function () {