Closed Mouvedia closed 11 years ago
Each property should be automatically linked.
<table> <tr> <th colspan="<N+1>">Shorthand Stack</th> </tr> <tr> <th>position</th> <td>first</td> <td>second</td> </tr> <tr> <th>property</th> <td>property1</td> <td>property2</td> </tr> </table>
or
<table> <tr> <th colspan="<N>">Shorthand Stack Order</th> </tr> <tr> <td>①</td> <td>②</td> </tr> <tr> <td>property1</td> <td>property2</td> </tr> </table>
A number field named position could be added on properties to auto generate the table's TDs.
23d33f3
Each property should be automatically linked.
HTML code
or
JSON
A number field named position could be added on properties to auto generate the table's TDs.