⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

How to implement row span in flexi grid



wenkhairu

wenkhairu
  • profile picture
  • Member

Posted 23 September 2014 - 09:57 AM

can we use custom table layout in flexigrid template, I am want to use rowspan if i have same data in one table in flexigrid

<tr>
    <td rowspan="as much as same data">data</td>
</tr>
<tr>
    <td>data1</td>
    <td>data 2</td>
</tr> 

can we use in custom template in flexigrid ?