diff options
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> |