diff --git a/.datatables-commit-sync b/.datatables-commit-sync
index d9725cb7..f72f4e89 100644
--- a/.datatables-commit-sync
+++ b/.datatables-commit-sync
@@ -1 +1 @@
-7535cb16d3f61057c5bea62922ffa91e087cdf15
+70a87dbd3621c22b911b06d1a7c2988f42af6503
diff --git a/examples/advanced_init/row_grouping.html b/examples/advanced_init/row_grouping.html
index 131bae2d..b65ea072 100644
--- a/examples/advanced_init/row_grouping.html
+++ b/examples/advanced_init/row_grouping.html
@@ -77,11 +77,6 @@ $(document).ready(function() {
is added by the drawCallback
function, which will parse through the rows which are displayed, and enter a grouping TR element where a new group is found. A click
event handler is
added for the grouping rows to allow the grouping order to be restored as well as ordering by any other column.
Important note: DataTables now has a RowGroup extension that provides a formal API for the abilities in
- this demo and extends upon them in a number of significant and useful ways. This example is retained as a useful demonstration of how the drawCallback
option can be used, but for
- new sites that make use of row grouping, it is suggested that you use the new RowGroup extension.