-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (44 loc) · 2.92 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>tabletable by ZeroarcSoftware</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/tabletable.css" media="screen">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-63369739-2', 'auto');
ga('require', 'linkid', 'linkid.js');
ga('send', 'pageview');
</script>
</head>
<body>
<section class="page-header">
<h1 class="project-name">tabletable</h1>
<h2 class="project-tagline">Simple React Table</h2>
<a href="https://github.com/ZeroarcSoftware/tabletable" class="btn">View on GitHub</a>
<a href="http://tabletable.zeroarc.com/test/" class="btn">Demo</a>
<a href="https://github.com/ZeroarcSoftware/tabletable/releases" class="btn">Download</a>
</section>
<section class="main-content">
<h1>
<a id="tabletable" class="anchor" href="#tabletable" aria-hidden="true"><span class="octicon octicon-link"></span></a>tabletable</h1>
<p>tabletable is a simple table component written purely in React. Its goal is to intentionally leave styling and filtering functionality up to the integrator in order to make it easier to integrate into complex applications.</p>
<p>tabletable will any sort of data structure (encapsulated as an Immutable sequence) and allow you to define your columns' markup and data projections as you like. It is also server-side rendering friendly.</p>
<div id='tabletable_example' style="margin-top: 50px; margin-bottom: 50px"></div>
<script src="test/index.js"></script>
<p>For more information on use and contribution, check out the <a href="https://github.com/ZeroarcSoftware/tabletable/blob/master/README.md">Readme</a>.</p>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/ZeroarcSoftware/carbondream">Carbondream</a> is maintained by <a href="http://www.zeroarc.com">Zeroarc</a>.</span>
<span class="site-footer-credits"><a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
</body>
</html>