mirror of
https://github.com/DataTables/DataTables.git
synced 2025-01-30 23:52:11 +01:00
Dev fix - example: Use camelCase in the examples - 18448
This commit is contained in:
parent
89c3ded42a
commit
19f5d9a157
@ -1 +1 @@
|
||||
0729daf0a7a36c2fc4fb3f5ebabfc1690b281de2
|
||||
667ebcafa99f93bb2be04892ec8be75161a04921
|
||||
|
@ -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() {
|
||||
<pre class="brush: js;">
|
||||
$(document).ready(function() {
|
||||
$('#example').dataTable( {
|
||||
"sDom": '<"top"iflp<"clear">>rt<"bottom"iflp<"clear">>'
|
||||
"dom": '<"top"iflp<"clear">>rt<"bottom"iflp<"clear">>'
|
||||
} );
|
||||
} );
|
||||
</pre>
|
||||
|
Loading…
x
Reference in New Issue
Block a user