@@ -291,6 +291,8 @@ In the Appwrite console, we use three styles of tables:
291
291
</table >
292
292
</Preview ><br /><br /><br />
293
293
294
+ ## Remove Outer Style Table
295
+
294
296
| Class | Type | |
295
297
| ------------------------ | -------------------- | -------------------------------------------------------------------------------- |
296
298
| ` is-remove-outer-styles ` | Without Outer Styles | Secondary table - in the Appwrite console used mostly inside a card or a wizard. |
@@ -384,10 +386,64 @@ In the Appwrite console, we use three styles of tables:
384
386
</div >
385
387
</section >
386
388
</Preview >
389
+
390
+ ## Remove Outer Style Table - List with Table View
391
+
392
+ <Preview center >
393
+ <section class = " card" >
394
+ <ul class = " table is-remove-outer-styles u-sep-block-start" >
395
+ <li class = " table-row" >
396
+ <label class = " table-col u-cursor-pointer" >
397
+ <div class = " u-flex u-cross-center u-gap-8" >
398
+ <input class = " is-small u-margin-inline-end-8" type = " radio" name = " a" />
399
+ <div class = " avatar is-size-x-small" >
400
+ <img src = " /assets/node.234c8244.svg" alt = " node" />
401
+ </div >
402
+ <div class = " u-flex u-gap-8" >
403
+ <span class = " text" >repo-name</span >
404
+ <time class = " u-color-text-gray" datetime = " 2011-11-18T14:54:39.929" >30m ago</time >
405
+ </div >
406
+ </div >
407
+ </label >
408
+ </li >
409
+ <li class = " table-row" >
410
+ <label class = " table-col u-cursor-pointer" >
411
+ <div class = " u-flex u-cross-center u-gap-8" >
412
+ <input class = " is-small u-margin-inline-end-8" type = " radio" name = " a" />
413
+ <div class = " avatar is-size-x-small" >
414
+ <img src = " /assets/node.234c8244.svg" alt = " node" />
415
+ </div >
416
+ <div class = " u-flex u-gap-8" >
417
+ <span class = " text" >repo-name</span >
418
+ <time class = " u-color-text-gray" datetime = " 2011-11-18T14:54:39.929" >30m ago</time >
419
+ </div >
420
+ </div >
421
+ </label >
422
+ </li >
423
+ <li class = " table-row" >
424
+ <label class = " table-col u-cursor-pointer" >
425
+ <div class = " u-flex u-cross-center u-gap-8" >
426
+ <input class = " is-small u-margin-inline-end-8" type = " radio" name = " a" />
427
+ <div class = " avatar is-size-x-small" >
428
+ <img src = " /assets/node.234c8244.svg" alt = " node" />
429
+ </div >
430
+ <div class = " u-flex u-gap-8" >
431
+ <span class = " text" >repo-name</span >
432
+ <time class = " u-color-text-gray" datetime = " 2011-11-18T14:54:39.929" >30m ago</time >
433
+ </div >
434
+ </div >
435
+ </label >
436
+ </li >
437
+ </ul >
438
+ </section >
439
+ </Preview >
387
440
<br />
388
441
<br />
389
442
<br />
390
443
444
+
445
+
446
+
391
447
| Class | Type | |
392
448
| ------------------ | ------------ | ---------------------------------------------------------------------------------------------------- |
393
449
| ` is-sticky-scroll ` | Inner Scroll | Used in case the content of a table exceeds the maximum width and the first column should be sticky. |
0 commit comments