From ba5e0607fd54ee77375b627cd63b50983fcaff47 Mon Sep 17 00:00:00 2001 From: martinfalisse Date: Mon, 2 Jan 2023 23:04:18 +0100 Subject: [PATCH] Base: Add test page for table --- Base/res/html/misc/display-table.html | 124 ++++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 Base/res/html/misc/display-table.html diff --git a/Base/res/html/misc/display-table.html b/Base/res/html/misc/display-table.html new file mode 100644 index 0000000000..f37a2551e2 --- /dev/null +++ b/Base/res/html/misc/display-table.html @@ -0,0 +1,124 @@ + + + +

Empty table

+
+ + +

Full table

+ + + + + + + + + + + + + + + + + +
+ A Caption +
Head Cell
Body Cell
Footer Cell
+ +

Table with 2 columns and border

+ + + + + + + + + + + + + +
FirstnameLastname
PeterGriffin
LoisGriffin
+ + +

No borders

+ + + + + + + + + + + + + +
FirstnameLastname
PeterGriffin
LoisGriffin
+ + +

No borders v2

+
+
+
Firstname
+
Lastname
+
+
+
Peter
+
Griffin
+
+
+
Lois
+
Griffin
+
+
+ + +

Columns should be tightly packed with no overflows nor extra space

+
+
+
Firstname
+
Lastname
+
+
+
Peter
+
Griffin
+
+
+
Lois
+
Griffin
+
+