@@ -36,27 +36,6 @@ class DemoList extends StatelessWidget {
3636 title: "VxDemo" .text.make (),
3737 ),
3838 body: VStack ([
39- [
40- TableRow (
41- children: [
42- "Mywebsite" .text.make ().p16 (),
43- "Mywebsite 2" .text.make (),
44- ],
45- ),
46- TableRow (
47- children: [
48- "Mywebsite" .text.make (),
49- "Mywebsite 2" .text.make (),
50- ],
51- ),
52- TableRow (
53- children: [
54- "Mywebsite" .text.make (),
55- "Mywebsite 2" .text.make (),
56- ],
57- )
58- ].table.blue500.simpleBorder.withFixedFactor (100 ).make (),
59-
6039 ExpansionTile (
6140 title: "VxNav 2.0" .text.make (),
6241 childrenPadding: Vx .m32,
@@ -514,6 +493,7 @@ class DemoList extends StatelessWidget {
514493 child: "Show Right Drawer" .text.make ())
515494 ],
516495 ),
496+
517497 ExpansionTile (
518498 title: "VxLayout" .text.make (),
519499 childrenPadding: Vx .m32,
@@ -528,6 +508,33 @@ class DemoList extends StatelessWidget {
528508 ),
529509 ],
530510 ),
511+ ExpansionTile (
512+ title: "VxTable" .text.make (),
513+ childrenPadding: Vx .m32,
514+ children: [
515+ [
516+ TableRow (
517+ children: [
518+ "Mywebsite" .text.make (),
519+ "Mywebsite 2" .text.make (),
520+ ],
521+ ),
522+ TableRow (
523+ children: [
524+ "Mywebsite" .text.make (),
525+ "Mywebsite 2" .text.make (),
526+ ],
527+ ),
528+ TableRow (
529+ children: [
530+ "Mywebsite" .text.make (),
531+ "Mywebsite 2" .text.make (),
532+ ],
533+ )
534+ ].table.blue500.simpleBorder.withFixedFactor (100 ).make (),
535+ ],
536+ ),
537+
531538 ExpansionTile (
532539 title: "VxGlassMorphic" .text.make (),
533540 childrenPadding: Vx .m32,
0 commit comments