diff options
author | Toby Allen <toby@toflidium.com> | 2013-10-13 11:23:35 +0100 |
---|---|---|
committer | Toby Allen <toby@toflidium.com> | 2013-10-13 11:23:35 +0100 |
commit | 7a3f3dcfafe6222c5c9c581589c9fb5c185602b7 (patch) | |
tree | 6703b55edc626501da7b57396dd542607f684e1f /examples/example-custom-column-value-extractor.html | |
parent | 7574e03cb5881d9dad07039d9b88993052b05d6c (diff) | |
download | SlickGrid-7a3f3dcfafe6222c5c9c581589c9fb5c185602b7.zip SlickGrid-7a3f3dcfafe6222c5c9c581589c9fb5c185602b7.tar.gz SlickGrid-7a3f3dcfafe6222c5c9c581589c9fb5c185602b7.tar.bz2 |
Added Link to Github source
for all example pages in github pages
Diffstat (limited to 'examples/example-custom-column-value-extractor.html')
-rw-r--r-- | examples/example-custom-column-value-extractor.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/example-custom-column-value-extractor.html b/examples/example-custom-column-value-extractor.html index 1600a87..fbab6fa 100644 --- a/examples/example-custom-column-value-extractor.html +++ b/examples/example-custom-column-value-extractor.html @@ -18,6 +18,10 @@ <ul> <li>using <u>dataItemColumnValueExtractor</u> option to specify a custom column value extractor</li> </ul> + <h2>View Source:</h2> + <ul> + <li><A href="https://github.com/mleibman/SlickGrid/blob/gh-pages/examples/example-custom-column-value-extractor.html" target="_sourcewindow"> View the source for this example on Github</a></li> + </ul> </td> </tr> </table> |