File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 66
66
selected : selected
67
67
} ) ;
68
68
69
+ $ ( "#developers-selected" ) . grid ( {
70
+ source : selected
71
+ } ) ;
72
+
69
73
$ ( "#pageDevelopers" ) . pager ( {
70
74
source : developers
71
75
} ) ;
@@ -181,6 +185,21 @@ <h2>local data source</h2>
181
185
</ tr >
182
186
</ tfoot >
183
187
</ table >
188
+
189
+ < table id ="developers-selected ">
190
+ < caption > Selected Developers</ caption >
191
+ < thead >
192
+ < tr >
193
+ < th data-property ="firstName "> First Name</ th >
194
+ < th data-property ="lastName "> Last Name</ th >
195
+ < th data-property ="country "> Country</ th >
196
+ < th data-property ="bitcoins " data-type ="number "> Bitcoins</ th >
197
+ < th data-property ="random.value " data-type ="number "> Random</ th >
198
+ </ tr >
199
+ </ thead >
200
+ < tbody >
201
+ </ tbody >
202
+ </ table >
184
203
</ div >
185
204
186
205
< div >
You can’t perform that action at this time.
0 commit comments