Skip to content

Commit 4122186

Browse files
committed
chore(docs) Create a list of third party features
1 parent a549eaa commit 4122186

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

misc/site/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@ <h4 class="feature-heading">Advanced Features</h4>
130130
<li>Expandable rows</li>
131131
<li>Internationalisation</li>
132132
</ul>
133+
<h4 class="feature-heading">Third Party Features</h4>
134+
<ul>
135+
<li><a href="/docs/#/tutorial/299_third_party_features">List of Third Party Features</a></li>
136+
</ul>
133137
</div>
134138
</div>
135139
<div class="col-xs-12 col-sm-12 col-lg-6">
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
@ngdoc overview
2+
@name Tutorial: 299 Third Party Features
3+
@description
4+
5+
## Features maintained outside UI Grid Repository ##
6+
7+
This is a list of features maintained by third parties. If you have developed a feature for UI Grid that you'd like listed,
8+
please create a Pull Request with this page (located in the misc/tutorial folder) updated.
9+
10+
11+
### **ui-grid-draggable-rows** ###
12+
Draggable rows in UI Grid.
13+
<br>https://github.com/cdwv/ui-grid-draggable-rows
14+
15+
### **ui-grid-odata** ###
16+
Allows querying for odata v3/v4 services
17+
<br>https://github.com/mirik123/ui-grid-odata
18+

0 commit comments

Comments
 (0)