Hi,
since I am generating data dynamically..adding <tr>
and <td>
in it, the <td>
s are generate according to data count,and according to setting in each row only 2 data can be display.
each cell is given width 50%
The problem is if the data count is odd for example 3 the first row and its cells generate perfectly..but in the next row due to single cell it take full space, I can't give width in pixels because of different screen resolutions :(