From 070f43219a84acdb2e43988db225040138bd3d65 Mon Sep 17 00:00:00 2001 From: "Portugal, Marcelo" Date: Sat, 20 Jan 2018 14:17:35 -0500 Subject: [PATCH] docs(third_party_features): Add ui-grid-custom-cell-select to thirdparty list. Also, moving the thirdparty list to the bottom of the list near FAQs where it makes more sense. fix #3695 --- misc/site/index.html | 4 ++-- ..._party_features.ngdoc => 498_third_party_features.ngdoc} | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) rename misc/tutorial/{299_third_party_features.ngdoc => 498_third_party_features.ngdoc} (79%) diff --git a/misc/site/index.html b/misc/site/index.html index 5bd3fb145a..597b317ee2 100644 --- a/misc/site/index.html +++ b/misc/site/index.html @@ -146,7 +146,7 @@

Advanced Features

Third Party Features

@@ -159,7 +159,7 @@

Basic Example

Complex Example

-
+
diff --git a/misc/tutorial/299_third_party_features.ngdoc b/misc/tutorial/498_third_party_features.ngdoc similarity index 79% rename from misc/tutorial/299_third_party_features.ngdoc rename to misc/tutorial/498_third_party_features.ngdoc index 7cdb01e25e..d67fa2f279 100644 --- a/misc/tutorial/299_third_party_features.ngdoc +++ b/misc/tutorial/498_third_party_features.ngdoc @@ -1,5 +1,5 @@ @ngdoc overview -@name Tutorial: 299 Third Party Features +@name Tutorial: 498 Third Party Features @description ## Features maintained outside UI Grid Repository ## @@ -23,3 +23,7 @@ Auto scrolls when new data is added to the grid ### **ui-grid-custom-scroller** ### The custom scroller takes over the default scrolling logic in order to ensure that grid scrolling works without a lag on devices.
https://github.com/mportuga/ui-grid-custom-scroller + +### **ui-grid-custom-cell-select** ### +Allows for copy and paste of cell contents with CTRL+C or CMD+C, and CTRL+V or CMD+V +
https://github.com/Atmos206/ui-grid-custom-cell-select