Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 466d094

Browse files
committed
Display correction
1 parent 4d65103 commit 466d094

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/partials/angular_way.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h3 ng-click="isCollapsed = !isCollapsed" class="btn btn-info">
1212
You can also provide datatable options and datatable column options with the directive
1313
<code>dt-options</code> and <code>dt-columns</code>:
1414
</p>
15-
<iframe class="demo-preview" height="420px" src="http://embed.plnkr.co/QI2Nv8KoARStqCzc69ko/preview"></iframe>
15+
<iframe class="demo-preview" height="200px" src="http://embed.plnkr.co/QI2Nv8KoARStqCzc69ko/preview"></iframe>
1616
<p>
1717
<strong>Note:</strong>
1818
</p>

demo/partials/data_reload_with_promise.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h3 ng-click="isCollapsed = !isCollapsed" class="btn btn-info">
2-
Load/Reload the table data from a promise
2+
Load/Reload the table data from a promise function
33
</h3>
44
<div class="article-content" collapse="!isCollapsed">
55
<p>

0 commit comments

Comments
 (0)