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.

-

RowGroup extension

-

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.

diff --git a/examples/resources/demo.css b/examples/resources/demo.css index a1b9b918..2d04fcad 100644 --- a/examples/resources/demo.css +++ b/examples/resources/demo.css @@ -1,5 +1,5 @@ -@import url(http://fonts.googleapis.com/css?family=Raleway:100); +@import url(https://fonts.googleapis.com/css?family=Raleway:100); body { font: 90%/1.45em "Helvetica Neue", HelveticaNeue, Arial, Helvetica, sans-serif;