mirror of
https://github.com/DataTables/DataTables.git
synced 2025-01-19 12:52:11 +01:00
7bca91d1b5
New: `dt-api row().child.remove()` and `dt-api row().child().remove()` methods to provide the ability to remove and destroy child rows Fix docs: Note that the row().child() method's return value can have an effect on the chaining * This fixed DataTables/DataTables issue #326. * Special thanks to `Scottmitch1` (on github) for help with this one!