This repository was archived by the owner on Oct 5, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +64
-0
lines changed Expand file tree Collapse file tree 1 file changed +64
-0
lines changed Original file line number Diff line number Diff line change 276
276
</tbody >
277
277
</table >
278
278
</div >
279
+ <f7-block-title >With inputs</f7-block-title >
280
+ <div class =" block-header" >Such tables are widely used in admin interfaces for filtering or search data</div >
281
+ <div class =" card data-table" >
282
+ <table >
283
+ <thead >
284
+ <tr >
285
+ <th class =" input-cell" >
286
+ <span class =" table-head-label" >ID</span >
287
+ <div class =" input" style =" width : 50px " >
288
+ <input type =" number" placeholder =" Filter" >
289
+ </div >
290
+ </th >
291
+ <th class =" input-cell" >
292
+ <span class =" table-head-label" >Name</span >
293
+ <div class =" input" >
294
+ <input type =" text" placeholder =" Filter" >
295
+ </div >
296
+ </th >
297
+ <th class =" input-cell" >
298
+ <span class =" table-head-label" >Email</span >
299
+ <div class =" input" >
300
+ <input type =" email" placeholder =" Filter" >
301
+ </div >
302
+ </th >
303
+ <th class =" input-cell" >
304
+ <span class =" table-head-label" >Gender</span >
305
+ <div class =" input input-dropdown" >
306
+ <select >
307
+ <option value =" All" >All</option >
308
+ <option value =" Male" >Male</option >
309
+ <option value =" Female" >Female</option >
310
+ </select >
311
+ </div >
312
+ </th >
313
+ </tr >
314
+ </thead >
315
+ <tbody >
316
+ <tr >
317
+ <td >1</td >
318
+ <td >John Doe</td >
319
+ <td >john@doe.com</td >
320
+ <td >Male</td >
321
+ </tr >
322
+ <tr >
323
+ <td >2</td >
324
+ <td >Jane Doe</td >
325
+ <td >jane@doe.com</td >
326
+ <td >Female</td >
327
+ </tr >
328
+ <tr >
329
+ <td >3</td >
330
+ <td >Vladimir Kharlampidi</td >
331
+ <td >vladimir@google.com</td >
332
+ <td >Male</td >
333
+ </tr >
334
+ <tr >
335
+ <td >4</td >
336
+ <td >Jennifer Doe</td >
337
+ <td >jennifer@doe.com</td >
338
+ <td >Female</td >
339
+ </tr >
340
+ </tbody >
341
+ </table >
342
+ </div >
279
343
<f7-block-title >Within card with title and actions</f7-block-title >
280
344
<div class =" data-table data-table-init card" >
281
345
<div class =" card-header" >
You can’t perform that action at this time.
0 commit comments