Skip to content
This repository was archived by the owner on Jul 25, 2021. It is now read-only.

Commit 6fc5b4d

Browse files
committed
add link to all examples to each example
1 parent b9e8442 commit 6fc5b4d

16 files changed

+35
-0
lines changed

examples/arabic-language.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
<body>
1010
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-TL44T9" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
1111

12+
<a id="example-link" href="./"> << Examples</a>
13+
1214
<iframe src="./defaults.html" frameborder="0" width="100%" scrolling="no" onload="this.height=screen.height/2.5;"></iframe>
1315

1416
<main>

examples/bootstrap.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
<body>
1111
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-TL44T9" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
1212

13+
<a id="example-link" href="./"> << Examples</a>
14+
1315
<iframe src="./defaults.html" frameborder="0" width="100%" scrolling="no" onload="this.height=screen.height/2.5;"></iframe>
1416

1517
<div class="container-fluid">

examples/cell-data-types.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
<body>
1010
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-TL44T9" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
1111

12+
<a id="example-link" href="./"> << Examples</a>
13+
1214
<iframe src="./defaults.html" frameborder="0" width="100%" scrolling="no" onload="this.height=screen.height/2.5;"></iframe>
1315

1416
<main>

examples/examples.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ table {
1919
width: 45%;
2020
display: inline-block;
2121
}
22+
#example-link {
23+
font-weight: bold;
24+
}
2225
hr {
2326
margin-top: 22px;
2427
border: 0;

examples/examples.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ table {
2424
}
2525
}
2626

27+
#example-link {
28+
font-weight: bold;
29+
}
30+
2731
hr {
2832
margin-top: 22px;
2933
border: 0;

examples/exportButtons.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
<body>
1010
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-TL44T9" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
1111

12+
<a id="example-link" href="./"> << Examples</a>
13+
1214
<iframe src="./defaults.html" frameborder="0" width="100%" scrolling="no" onload="this.height=screen.height/2.5;"></iframe>
1315

1416
<main>

examples/filename.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
<body>
1010
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-TL44T9" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
1111

12+
<a id="example-link" href="./"> << Examples</a>
13+
1214
<iframe src="./defaults.html" frameborder="0" width="100%" scrolling="no" onload="this.height=screen.height/2.5;"></iframe>
1315

1416
<main>

examples/formats-xlsx-xls-csv-txt.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
</head>
99
<body id="formats">
1010

11+
<a id="example-link" href="./"> << Examples</a>
12+
1113
<iframe src="./defaults.html" frameborder="0" width="100%" scrolling="no" onload="this.height=screen.height/2.5;"></iframe>
1214

1315
<main>

examples/headers_footers.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
<body>
1010
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-TL44T9" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
1111

12+
<a id="example-link" href="./"> << Examples</a>
13+
1214
<iframe src="./defaults.html" frameborder="0" width="100%" scrolling="no" onload="this.height=screen.height/2.5;"></iframe>
1315

1416
<main>

examples/ignore-row-cols-cells.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
<body>
1010
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-TL44T9" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
1111

12+
<a id="example-link" href="./"> << Examples</a>
13+
1214
<iframe src="./defaults.html" frameborder="0" width="100%" scrolling="no" onload="this.height=screen.height/2.5;"></iframe>
1315

1416
<main>

0 commit comments

Comments
 (0)