diff options
Diffstat (limited to 'examples/example-composite-editor-item-details.html')
-rw-r--r-- | examples/example-composite-editor-item-details.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/example-composite-editor-item-details.html b/examples/example-composite-editor-item-details.html index b30067e..22023da 100644 --- a/examples/example-composite-editor-item-details.html +++ b/examples/example-composite-editor-item-details.html @@ -70,6 +70,11 @@ <h2>Options:</h2> <button onclick="openDetails()">Open Item Edit for active row</button> + + <h2>View Source:</h2> + <ul> + <li><A href="https://github.com/mleibman/SlickGrid/blob/gh-pages/examples/example-composite-editor-item-details.html" target="_sourcewindow"> View the source for this example on Github</a></li> + </ul> </div> </div> |