模板:TableBuilder
跳转到导航
跳转到搜索
This templates allows to create tables up to 100 columns and add rows with custom names and values
| 参数 | 描述 | 类型 | 状态 | |
|---|---|---|---|---|
| Action | action | Provides an action type for the builder, it's important to use use both openTable and closeTable
| 字符串 | 必需 |
| Table First Header | tableCaption | Provides custom table header if needed
| 字符串 | 可选 |
| Columns | columns | Amount of columns for this table (up to 100)
| 数字 | 必需 |
| Row Caption | rowName | Creates a caption for a row
| 字符串 | 必需 |
| Cell Value | level1 | Fills cell value for a row with required data (up to 100 parameters: level1,level2...level100).
| 字符串 | 推荐 |