You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/index.html
+1-26Lines changed: 1 addition & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -49,32 +49,6 @@
49
49
</div><!-- /.container-fluid -->
50
50
</nav>
51
51
52
-
<!-- Add your site or application content here -->
53
-
<divclass="container">
54
-
<header>
55
-
<h5>Description</h5>
56
-
<p>An angular table directive catered to displaying real-time data. For many situations, this can be a suitable replacement or alternative for ng-grid/ui-grid.</p>
57
-
<h5>Features</h5>
58
-
<divclass="row">
59
-
<divclass="col-sm-6">
60
-
<ul>
61
-
<li>complex column-specific filters</li>
62
-
<li>column sorting</li>
63
-
<li>column resizing</li>
64
-
<li>row selection</li>
65
-
</ul>
66
-
</div>
67
-
<divclass="col-sm-6">
68
-
<ul>
69
-
<li>stacked ordering</li>
70
-
<li>localStorage/custom state persistance</li>
71
-
<li>rows are virtualized (can handle a lot of rows)</li>
72
-
</ul>
73
-
</div>
74
-
</div>
75
-
</header>
76
-
</div>
77
-
<hr>
78
52
<divclass="container" ng-view=""></div>
79
53
80
54
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID -->
Copy file name to clipboardExpand all lines: app/views/main.html
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,28 @@
1
+
<header>
2
+
<h5>Description</h5>
3
+
<p>An angular table directive catered to displaying real-time data. For many situations, this can be a suitable replacement or alternative for ng-grid/ui-grid.</p>
4
+
<h5>Features</h5>
5
+
<divclass="row">
6
+
<divclass="col-sm-6">
7
+
<ul>
8
+
<li>complex column-specific filters</li>
9
+
<li>column sorting</li>
10
+
<li>column resizing</li>
11
+
<li>row selection</li>
12
+
</ul>
13
+
</div>
14
+
<divclass="col-sm-6">
15
+
<ul>
16
+
<li>stacked ordering</li>
17
+
<li>localStorage/custom state persistance</li>
18
+
<li>rows are virtualized (can handle a lot of rows)</li>
19
+
</ul>
20
+
</div>
21
+
</div>
22
+
</header>
23
+
24
+
<hr>
25
+
1
26
<h5>Kitchen Sink Example:</h5>
2
27
3
28
<p>This example showcases most of the features available for this module. Specifically, it shows row selection, column sorting, built-in column filters, custom column filters, column resizing, locked column width, cell formatting, template string for cell markup, templateUrl for cell markup, and use of localStorage for persistence between page loads.</p>
0 commit comments