diff options
Diffstat (limited to 'examples/example-explicit-initialization.html')
-rw-r--r-- | examples/example-explicit-initialization.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/example-explicit-initialization.html b/examples/example-explicit-initialization.html index b437c86..8c881b1 100644 --- a/examples/example-explicit-initialization.html +++ b/examples/example-explicit-initialization.html @@ -25,6 +25,10 @@ This example demonstrates creating a SlickGrid inside a detached element and calling <b>init()</b> explicitly when the element is added to the DOM. </p> + <h2>View Source:</h2> + <ul> + <li><A href="https://github.com/mleibman/SlickGrid/blob/gh-pages/examples/example-explicit-initialization.html" target="_sourcewindow"> View the source for this example on Github</a></li> + </ul> </td> </tr> </table> |