I want to list floods of data in a table
+--------+--------+--------+--------+--------+
| title | title1 | title2 | title3 |title4 |
+--------+--------+--------+--------+--------+
| item | item 1 | item 2 | item 3 | item 4 |
+--------+--------+--------+--------+--------+
when I change the size of font, I hope the table will autowrap to someting like
+--------+--------+--------+
| title | title1 | title2 |
+--------+--------+--------+
| item | item 1 | item 2 |
+--------+--------+--------+
+--------+--------+--------+
| title | title3 | title4 |
+--------+--------+--------+
| item | item 3 | item 4 |
+--------+--------+--------+
or
+--------+--------+--------+
| title | title1 | title2 |
+--------+--------+--------+
| item | item 1 | item 2 |
+--------+--------+--------+
+--------+--------+
| title3 | title4 |
+--------+--------+
| item 3 | item 4 |
+--------+--------+
that is to say, only completed table is allowed on every row and no text in form is allowed to wrap
Is it possible?
Sorry for the so off-topic problem and thx