Skip to content

Commit 093c4a3

Browse files
committed
Change loadOptionsWithPromise documentation
1 parent e8a4dbd commit 093c4a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/advanced/loadOptionsWithPromise.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h1>
4949
<div hljs language="json" class="example-data-showcase">
5050
{
5151
"ajax": "/angular-datatables/data.json",
52-
"dom": "<'top'i>rt<'bottom'flp><'clear'>",
52+
"dom": "pitrfl",
5353
"pagingType": "full_numbers"
5454
}
5555
</div>

dtOptions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"ajax": "/angular-datatables/data.json",
3-
"dom": "<'top'i>rt<'bottom'flp><'clear'>",
3+
"dom": "pitrfl",
44
"pagingType": "full_numbers"
55
}

0 commit comments

Comments
 (0)