This repository was archived by the owner on Feb 2, 2025. It is now read-only.
File tree 7 files changed +16
-16
lines changed 7 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ <h1><i class="fa fa-play"></i> With the DataTables <a href="https://datatab
4
4
</ header >
5
5
< section class ="article-content ">
6
6
< 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.
8
8
</ p >
9
9
< 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.
11
11
</ p >
12
12
< p >
13
13
You also need to add the dependency < code > datatables.colreorder</ code > to your Angular app.
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ <h1><i class="fa fa-play"></i> With the DataTables <a href="https://datatab
4
4
</ header >
5
5
< section class ="article-content ">
6
6
< 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.
8
8
</ p >
9
9
< 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.
11
11
</ p >
12
12
< p >
13
13
You also need to add the dependency < code > datatables.colvis</ code > to your Angular app.
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ <h1><i class="fa fa-play"></i> With the DataTables <a href="http://jquery-d
4
4
</ header >
5
5
< section class ="article-content ">
6
6
< 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.
8
8
</ p >
9
9
< 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.
11
11
</ p >
12
12
< p >
13
13
You also need to add the dependency < code > datatables.columnfilter</ code > to your Angular app.
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ <h1><i class="fa fa-play"></i> With the DataTables <a href="https://datatab
4
4
</ header >
5
5
< section class ="article-content ">
6
6
< 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.
8
8
</ p >
9
9
< 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.
11
11
</ p >
12
12
< p >
13
13
You also need to add the dependency < code > datatables.fixedcolumns</ code > to your Angular app.
Original file line number Diff line number Diff line change @@ -4,18 +4,18 @@ <h1><i class="fa fa-play"></i> With the DataTables <a href="https://datatab
4
4
</ header >
5
5
< section class ="article-content ">
6
6
< 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.
8
8
</ p >
9
9
< 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.
11
11
</ p >
12
12
< p >
13
13
You also need to add the dependency < code > datatables.fixedheader</ code > to your Angular app.
14
14
</ p >
15
15
< div class ="api alert alert-danger ">
16
16
< p >
17
- < i class ="fa fa-warning "> </ i > 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 > 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
19
19
when exiting the state.
20
20
</ p >
21
21
< p >
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ <h1><i class="fa fa-play"></i> With the DataTables <a href="http://datatabl
4
4
</ header >
5
5
< section class ="article-content ">
6
6
< 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.
8
8
</ p >
9
9
< 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.
11
11
</ p >
12
12
< p >
13
13
You also need to add the dependency < code > datatables.scroller</ code > to your Angular app.
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ <h1><i class="fa fa-play"></i> With the DataTables <a href="https://datatab
4
4
</ header >
5
5
< section class ="article-content ">
6
6
< 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.
8
8
</ p >
9
9
< 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.
11
11
</ p >
12
12
< p >
13
13
You also need to add the dependency < code > datatables.tabletools</ code > to your Angular app.
You can’t perform that action at this time.
0 commit comments