File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,7 @@ <h2>local data source</h2>
164
164
< button data-page ="next "> Next</ button >
165
165
< button data-page ="last "> Last</ button >
166
166
</ p >
167
+ < div style ="width:48em; ">
167
168
< table id ="developers-local ">
168
169
< thead >
169
170
< tr >
@@ -175,7 +176,7 @@ <h2>local data source</h2>
175
176
< tbody >
176
177
</ tbody >
177
178
</ table >
178
-
179
+ </ div >
179
180
180
181
< h2 > remote data source</ h2 >
181
182
< p id ="filterMovies ">
@@ -202,7 +203,14 @@ <h2>remote data source</h2>
202
203
< button data-page ="next "> Next</ button >
203
204
< button data-page ="last "> Last</ button >
204
205
</ p >
206
+
207
+ < div style ="width:80% ">
205
208
< table id ="movies ">
209
+ < colgroup >
210
+ < col width ="60% ">
211
+ < col width ="20% ">
212
+ < col width ="20% ">
213
+ </ colgroup >
206
214
< thead >
207
215
< tr >
208
216
< th data-property ="Name "> Name</ th >
@@ -213,6 +221,7 @@ <h2>remote data source</h2>
213
221
< tbody >
214
222
</ tbody >
215
223
</ table >
224
+ </ div >
216
225
217
226
</ body >
218
227
</ html >
You can’t perform that action at this time.
0 commit comments