Skip to content

Commit 70a09e7

Browse files
committed
Build dummy data successfully
1 parent 24d74f4 commit 70a09e7

File tree

7 files changed

+150
-2148
lines changed

7 files changed

+150
-2148
lines changed

frameworks/keyed/fast/index.html

Lines changed: 39 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,47 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>Fast</title>
6-
<!-- <link href="/css/currentStyle.css" rel="stylesheet" /> -->
5+
<title>Fast-"keyed"</title>
6+
<link href="/css/currentStyle.css" rel="stylesheet" />
77
</head>
88
<body>
9-
<fast-design-system-provider use-defaults>
10-
<todo-item description="1" done="false"></todo-item>
11-
<todo-item description="2" done="false"></todo-item>
12-
<todo-item description="3" done="false"></todo-item>
13-
</fast-design-system-provider>
14-
9+
<div id="main">
10+
<div class="container">
11+
<div class="jumbotron">
12+
<div class="row">
13+
<div class="col-md-6">
14+
<h1>Fast-"keyed"</h1>
15+
</div>
16+
<div class="col-md-6">
17+
<div class="row">
18+
<div class="col-sm-6 smallpad">
19+
<button type="button" class="btn btn-primary btn-block" id="run">Create 1,000 rows</button>
20+
</div>
21+
<div class="col-sm-6 smallpad">
22+
<button type="button" class="btn btn-primary btn-block" id="runlots">Create 10,000 rows</button>
23+
</div>
24+
<div class="col-sm-6 smallpad">
25+
<button type="button" class="btn btn-primary btn-block" id="add">Append 1,000 rows</button>
26+
</div>
27+
<div class="col-sm-6 smallpad">
28+
<button type="button" class="btn btn-primary btn-block" id="update">Update every 10th row</button>
29+
</div>
30+
<div class="col-sm-6 smallpad">
31+
<button type="button" class="btn btn-primary btn-block" id="clear">Clear</button>
32+
</div>
33+
<div class="col-sm-6 smallpad">
34+
<button type="button" class="btn btn-primary btn-block" id="swaprows">Swap Rows</button>
35+
</div>
36+
</div>
37+
</div>
38+
</div>
39+
</div>
40+
<table class="table table-hover table-striped test-data">
41+
<tbody id="tbody"></tbody>
42+
</table>
43+
<span class="preloadicon glyphicon glyphicon-remove" aria-hidden="true"></span>
44+
</div>
45+
</div>
1546
<script src="dist/bundle.js"></script>
1647
</body>
1748
</html>

0 commit comments

Comments
 (0)