1- < div class ="jumbotron ">
2- < div class ="row ">
3- < div class ="col-md-6 ">
4- < h1 > vanilla-dom</ h1 >
5- </ div >
6- < div class ="col-md-6 ">
7- < div class ="row ">
8- < div class ="col-sm-6 smallpad ">
9- < button type ='button ' id ="run " class ='btn btn-primary btn-block ' on-click ='this.run '> Create 1,000 rows</ button >
10- </ div >
11- < div class ="col-sm-6 smallpad ">
12- < button type ='button ' id ="runlots " class ='btn btn-primary btn-block ' on-click ='this.runLots '> Create 10,000 rows</ button >
13- </ div >
14- < div class ="col-sm-6 smallpad ">
15- < button type ='button ' id ="add " class ='btn btn-primary btn-block ' on-click ='this.add '> Append 1,000 rows</ button >
1+ < div class ="container ">
2+ < div class ="jumbotron ">
3+ < div class ="row ">
4+ < div class ="col-md-6 ">
5+ < h1 > vanilla-dom</ h1 >
166 </ div >
17- < div class ="col-sm-6 smallpad ">
18- < button type ='button ' id ="update " class ='btn btn-primary btn-block ' on-click ='this.update '> Update every 10th row</ button >
7+ < div class ="col-md-6 ">
8+ < div class ="row ">
9+ < div class ="col-sm-6 smallpad ">
10+ < button type ='button ' id ="run " class ='btn btn-primary btn-block ' on-click ='this.run '> Create 1,000 rows</ button >
11+ </ div >
12+ < div class ="col-sm-6 smallpad ">
13+ < button type ='button ' id ="runlots " class ='btn btn-primary btn-block ' on-click ='this.runLots '> Create 10,000 rows</ button >
14+ </ div >
15+ < div class ="col-sm-6 smallpad ">
16+ < button type ='button ' id ="add " class ='btn btn-primary btn-block ' on-click ='this.add '> Append 1,000 rows</ button >
17+ </ div >
18+ < div class ="col-sm-6 smallpad ">
19+ < button type ='button ' id ="update " class ='btn btn-primary btn-block ' on-click ='this.update '> Update every 10th row</ button >
20+ </ div >
21+ < div class ="col-sm-6 smallpad ">
22+ < button type ='button ' id ="clear " class ='btn btn-primary btn-block ' on-click ='this.clear '> Clear</ button >
23+ </ div >
24+ < div class ="col-sm-6 smallpad ">
25+ < button type ='button ' id ="swaprows " class ='btn btn-primary btn-block ' on-click ='this.swapRows '> Swap Rows</ button >
26+ </ div >
1927 </ div >
20- < div class ="col-sm-6 smallpad ">
21- < button type ='button ' id ="clear " class ='btn btn-primary btn-block ' on-click ='this.clear '> Clear</ button >
2228 </ div >
23- < div class ="col-sm-6 smallpad ">
24- < button type ='button ' id ="swaprows " class ='btn btn-primary btn-block ' on-click ='this.swapRows '> Swap Rows</ button >
25- </ div >
26- </ div >
2729 </ div >
28- </ div >
29- </ div >
30- < table class ="table table-hover table-striped test-data ">
31- < tbody >
32- < tr repeat-for ="{{st.data}} " class ="{{this.itemClass(i)}} " on-click ="this.handleClick ">
33- < td class ="col-md-1 "> {{items[i].id}}</ td >
34- < td class ="col-md-4 ">
35- < a class ="select " data-index ="{{i}} "> {{items[i].label}}</ a >
36- </ td >
37- < td class ="col-md-1 "> < a > < span data-index ="{{i}} " class ="glyphicon glyphicon-remove remove " aria-hidden ="true "> </ span > </ a > </ td >
38- < td class ="col-md-6 "> </ td >
39- </ tr >
40- </ tbody >
41- </ table >
30+ </ div >
31+ < table class ="table table-hover table-striped test-data ">
32+ < tbody >
33+ < tr repeat-for ="{{st.data}} " class ="{{this.itemClass(i)}} " on-click ="this.handleClick ">
34+ < td class ="col-md-1 "> {{items[i].id}}</ td >
35+ < td class ="col-md-4 ">
36+ < a class ="select " data-index ="{{i}} "> {{items[i].label}}</ a >
37+ </ td >
38+ < td class ="col-md-1 "> < a > < span data-index ="{{i}} " class ="glyphicon glyphicon-remove remove " aria-hidden ="true "> </ span > </ a > </ td >
39+ < td class ="col-md-6 "> </ td >
40+ </ tr >
41+ </ tbody >
42+ </ table >
43+ < span class ="preloadicon glyphicon glyphicon-remove " aria-hidden ="true "> </ span >
44+ </ div >
0 commit comments