Updated
This commit is contained in:
15
master/examples/rowTemplate.html
Normal file
15
master/examples/rowTemplate.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<div class="row">
|
||||
<table>
|
||||
<tr>
|
||||
<td style="width: 100%;">
|
||||
${label}
|
||||
</td>
|
||||
<td>
|
||||
<span class="listBtn noclick ${button1Cls}">${buttonLabel1}</span>
|
||||
</td>
|
||||
<td>
|
||||
<span class="listBtn noclick ${button2Cls}">${buttonLabel2}</span>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
Reference in New Issue
Block a user