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

Commit 4aaadbe

Browse files
committed
Add plugins to README.md and gettingStarted.html
1 parent f486ded commit 4aaadbe

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,19 @@ Notes
88
The required dependencies are:
99

1010
* [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+)
1212
* [Datatables](https://datatables.net) (tested with version 1.10+)
1313

1414
This module has been tested with the following datatables modules:
1515

1616
* [ColReorder](https://datatables.net/extras/colreorder/) with version 1.1.0
1717
* [ColVis](https://datatables.net/extras/colvis/) with version 1.1.0
1818
* [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
1924

2025
This module also has a [Twitter Bootstrap](http://getbootstrap.com/) support (tested with version 3.1.1).
2126

demo/partials/gettingStarted.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ <h3>Dependencies</h3>
2020
<li><a href="https://datatables.net/extras/colreorder/">ColReorder</a> with version 1.1.0+</li>
2121
<li><a href="https://datatables.net/extras/colvis/">ColVis</a> with version 1.1.0+</li>
2222
<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>
2328
</ul>
2429
</section>
2530
<hr />

0 commit comments

Comments
 (0)