This repository was archived by the owner on Feb 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed 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 >
You can’t perform that action at this time.
0 commit comments