Skip to content

Commit 80503c6

Browse files
committed
Correct responsive links
1 parent 9345919 commit 80503c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/withPlugins/withResponsive.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ <h1><i class="fa fa-play"></i>&nbsp;With the DataTables <a href="https://datatab
44
</header>
55
<section class="article-content">
66
<p>
7-
You can easily add the DataTables <code>Responsive</code> plugin. Include the <a href="//cdn.datatables.net/responsive/1.0.1/js/dataTables.responsive.js">JS file</a> and
8-
<a href="//cdn.datatables.net/responsive/1.0.1/css/dataTables.responsive.css">CSS file</a>. Then set the <code>responsivce</code> option to <code>true</code>.
7+
You can easily add the DataTables <code>Responsive</code> plugin. Include the <a href="//cdn.datatables.net/responsive/2.1.0/js/dataTables.responsive.js">JS file</a> and
8+
<a href="//cdn.datatables.net/responsive/2.1.0/css/dataTables.responsive.css">CSS file</a>. Then set the <code>responsivce</code> option to <code>true</code>.
99
</p>
1010
<p class="alert alert-warning">
1111
<i class="fa fa-warning"></i>&nbsp;The API <code>DTColumn.notVisible()</code> does not work in this case. Use <code>DTColumn.withClass('none')</code> instead.

0 commit comments

Comments
 (0)