diff --git a/.datatables-commit-sync b/.datatables-commit-sync index 80510093..ec1f0f7c 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -0729daf0a7a36c2fc4fb3f5ebabfc1690b281de2 +667ebcafa99f93bb2be04892ec8be75161a04921 diff --git a/examples/advanced_init/dom_multiple_elements.html b/examples/advanced_init/dom_multiple_elements.html index 8b700967..a544e76a 100644 --- a/examples/advanced_init/dom_multiple_elements.html +++ b/examples/advanced_init/dom_multiple_elements.html @@ -28,7 +28,7 @@ $(document).ready(function() { $('#example').dataTable( { - "sDom": '<"top"iflp<"clear">>rt<"bottom"iflp<"clear">>' + "dom": '<"top"iflp<"clear">>rt<"bottom"iflp<"clear">>' } ); } ); @@ -550,7 +550,7 @@ $(document).ready(function() {
$(document).ready(function() { $('#example').dataTable( { - "sDom": '<"top"iflp<"clear">>rt<"bottom"iflp<"clear">>' + "dom": '<"top"iflp<"clear">>rt<"bottom"iflp<"clear">>' } ); } );