This repository was archived by the owner on Feb 2, 2025. It is now read-only.
File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 8
8
The required dependencies are:
9
9
10
10
* [ AngularJS] ( http://angular.org ) (tested with version 1.3.0+)
11
- * [ jQuery] ( http://jquery.com ) (tested with version 1.11.0)
11
+ * [ jQuery] ( http://jquery.com ) (tested with version 1.11.0+ )
12
12
* [ Datatables] ( https://datatables.net ) (tested with version 1.10+)
13
13
14
14
This module has been tested with the following datatables modules:
15
15
16
16
* [ ColReorder] ( https://datatables.net/extras/colreorder/ ) with version 1.1.0
17
17
* [ ColVis] ( https://datatables.net/extras/colvis/ ) with version 1.1.0
18
18
* [ TableTools] ( https://datatables.net/extras/tabletools/ ) with version 2.2.0
19
+ * [ ColumnFilter] ( http://jquery-datatables-column-filter.googlecode.com/svn/trunk/index.html ) with version 1.5.6
20
+ * [ FixedColumns] ( https://datatables.net/extensions/fixedcolumns/ ) with version 3.0.2
21
+ * [ FixedHeader] ( https://datatables.net/extensions/fixedheader/ ) with version 2.1.2
22
+ * [ Responsive] ( https://datatables.net/extensions/responsive/ ) with version 1.0.1
23
+ * [ Scroller] ( http://datatables.net/extensions/scroller/ ) with version 1.2.2
19
24
20
25
This module also has a [ Twitter Bootstrap] ( http://getbootstrap.com/ ) support (tested with version 3.1.1).
21
26
Original file line number Diff line number Diff line change @@ -20,6 +20,11 @@ <h3>Dependencies</h3>
20
20
< li > < a href ="https://datatables.net/extras/colreorder/ "> ColReorder</ a > with version 1.1.0+</ li >
21
21
< li > < a href ="https://datatables.net/extras/colvis/ "> ColVis</ a > with version 1.1.0+</ li >
22
22
< li > < a href ="https://datatables.net/extras/tabletools/ "> TableTools</ a > with version 2.2.0+</ li >
23
+ < li > < a href ="http://jquery-datatables-column-filter.googlecode.com/svn/trunk/index.html "> ColumnFilter</ a > with version 1.5.6</ li >
24
+ < li > < a href ="https://datatables.net/extensions/fixedcolumns/ "> FixedColumns</ a > with version 3.0.2</ li >
25
+ < li > < a href ="https://datatables.net/extensions/fixedheader/ "> FixedHeader</ a > with version 2.1.2</ li >
26
+ < li > < a href ="https://datatables.net/extensions/responsive/ "> Responsive</ a > with version 1.0.1</ li >
27
+ < li > < a href ="http://datatables.net/extensions/scroller/ "> Scroller</ a > with version 1.2.2</ li >
23
28
</ ul >
24
29
</ section >
25
30
< hr />
You can’t perform that action at this time.
0 commit comments