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

Commit 5cd0d07

Browse files
committed
Merge pull request #264 from Philzen/patch-1
Fixed a couple of typos in demo pages
2 parents 45035dc + 528b0fc commit 5cd0d07

7 files changed

+16
-16
lines changed

demo/withPlugins/withColReorder.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ <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-
The <code>angular-datatables</code> also provides an API in order to make the plugin <code>ColReorder</code> works with datatables.
7+
The <code>angular-datatables</code> also provides an API in order to make the plugin <code>ColReorder</code> work with datatables.
88
</p>
99
<p>
10-
You need to add the files <code>angular-datatables.colreorder.min.js</code> to your HTML file.
10+
You need to add the file <code>angular-datatables.colreorder.min.js</code> to your HTML file.
1111
</p>
1212
<p>
1313
You also need to add the dependency <code>datatables.colreorder</code> to your Angular app.

demo/withPlugins/withColVis.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ <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-
The <code>angular-datatables</code> also provides an API in order to make the plugin <code>ColVis</code> works with datatables.
7+
The <code>angular-datatables</code> also provides an API in order to make the plugin <code>ColVis</code> work with datatables.
88
</p>
99
<p>
10-
You need to add the files <code>angular-datatables.colvis.min.js</code> to your HTML file.
10+
You need to add the file <code>angular-datatables.colvis.min.js</code> to your HTML file.
1111
</p>
1212
<p>
1313
You also need to add the dependency <code>datatables.colvis</code> to your Angular app.

demo/withPlugins/withColumnFilter.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ <h1><i class="fa fa-play"></i>&nbsp;With the DataTables <a href="http://jquery-d
44
</header>
55
<section class="article-content">
66
<p>
7-
The <code>angular-datatables</code> also provides an API in order to make the plugin <code>ColumnFilter</code> works with datatables.
7+
The <code>angular-datatables</code> also provides an API in order to make the plugin <code>ColumnFilter</code> work with datatables.
88
</p>
99
<p>
10-
You need to add the files <code>angular-datatables.columnfilter.min.js</code> to your HTML file.
10+
You need to add the file <code>angular-datatables.columnfilter.min.js</code> to your HTML file.
1111
</p>
1212
<p>
1313
You also need to add the dependency <code>datatables.columnfilter</code> to your Angular app.

demo/withPlugins/withFixedColumns.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ <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-
The <code>angular-datatables</code> also provides an API in order to make the plugin <code>FixedColumns</code> works with datatables.
7+
The <code>angular-datatables</code> also provides an API in order to make the plugin <code>FixedColumns</code> work with datatables.
88
</p>
99
<p>
10-
You need to add the files <code>angular-datatables.fixedcolumns.min.js</code> to your HTML file.
10+
You need to add the file <code>angular-datatables.fixedcolumns.min.js</code> to your HTML file.
1111
</p>
1212
<p>
1313
You also need to add the dependency <code>datatables.fixedcolumns</code> to your Angular app.

demo/withPlugins/withFixedHeader.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ <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-
The <code>angular-datatables</code> also provides an API in order to make the plugin <code>FixedHeader</code> works with datatables.
7+
The <code>angular-datatables</code> also provides an API in order to make the plugin <code>FixedHeader</code> work with datatables.
88
</p>
99
<p>
10-
You need to add the files <code>angular-datatables.fixedheader.min.js</code> to your HTML file.
10+
You need to add the file <code>angular-datatables.fixedheader.min.js</code> to your HTML file.
1111
</p>
1212
<p>
1313
You also need to add the dependency <code>datatables.fixedheader</code> to your Angular app.
1414
</p>
1515
<div class="api alert alert-danger">
1616
<p>
17-
<i class="fa fa-warning"></i>&nbsp;Beware when using routers. It seems that the header and the footer stay
18-
in your DOM even when you change your application state. So you will need to tweek your code to remove them
17+
<i class="fa fa-warning"></i>&nbsp;Beware when using routers. It seems that the header and footer stay
18+
in your DOM even when you change your application state. So you will need to tweak your code to remove them
1919
when exiting the state.
2020
</p>
2121
<p>

demo/withPlugins/withScroller.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ <h1><i class="fa fa-play"></i>&nbsp;With the DataTables <a href="http://datatabl
44
</header>
55
<section class="article-content">
66
<p>
7-
The <code>angular-datatables</code> also provides an API in order to make the plugin <code>Scroller</code> works with datatables.
7+
The <code>angular-datatables</code> also provides an API in order to make the plugin <code>Scroller</code> work with datatables.
88
</p>
99
<p>
10-
You need to add the files <code>angular-datatables.scroller.min.js</code> to your HTML file.
10+
You need to add the file <code>angular-datatables.scroller.min.js</code> to your HTML file.
1111
</p>
1212
<p>
1313
You also need to add the dependency <code>datatables.scroller</code> to your Angular app.

demo/withPlugins/withTableTools.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ <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-
The <code>angular-datatables</code> also provides an API in order to make the plugin <code>TableTools</code> works with datatables.
7+
The <code>angular-datatables</code> also provides an API in order to make the plugin <code>TableTools</code> work with datatables.
88
</p>
99
<p>
10-
You need to add the files <code>angular-datatables.tabletools.min.js</code> to your HTML file.
10+
You need to add the file <code>angular-datatables.tabletools.min.js</code> to your HTML file.
1111
</p>
1212
<p>
1313
You also need to add the dependency <code>datatables.tabletools</code> to your Angular app.

0 commit comments

Comments
 (0)