File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ <h4 class="feature-heading">Advanced Features</h4>
146146 </ ul >
147147 < h4 class ="feature-heading "> Third Party Features</ h4 >
148148 < ul >
149- < li > < a href ="/docs/#!/tutorial/299_third_party_features "> List of Third Party Features</ a > </ li >
149+ < li > < a href ="/docs/#!/tutorial/498_third_party_features "> List of Third Party Features</ a > </ li >
150150 </ ul >
151151 </ div >
152152 </ div >
@@ -159,7 +159,7 @@ <h4 class="feature-heading">Basic Example</h4>
159159 < div class ="grid " ui-grid ="gridOptionsSimple "> </ div >
160160
161161 < h4 class ="feature-heading "> Complex Example</ h4 >
162- < div class ="grid " ui-grid ="gridOptionsComplex " ui-grid-edit ui-grid-resize-columns ui-grid-pagination > </ div >
162+ < div class ="grid " ui-grid ="gridOptionsComplex " ui-grid-edit ui-grid-resize-columns ui-grid-pagination > </ div >
163163 < label > Language: </ label >
164164 < select ng-options ="language for language in languages " ng-model ="currentLanguage " ng-change ="changeLanguage() "> </ select >
165165 </ div >
Original file line number Diff line number Diff line change 11@ngdoc overview
2- @name Tutorial: 299 Third Party Features
2+ @name Tutorial: 498 Third Party Features
33@description
44
55## Features maintained outside UI Grid Repository ##
@@ -23,3 +23,7 @@ Auto scrolls when new data is added to the grid
2323### **ui-grid-custom-scroller** ###
2424The custom scroller takes over the default scrolling logic in order to ensure that grid scrolling works without a lag on devices.
2525<br>https://github.com/mportuga/ui-grid-custom-scroller
26+
27+ ### **ui-grid-custom-cell-select** ###
28+ Allows for copy and paste of cell contents with CTRL+C or CMD+C, and CTRL+V or CMD+V
29+ <br>https://github.com/Atmos206/ui-grid-custom-cell-select
You can’t perform that action at this time.
0 commit comments