Wrapping content in td
- by Hulk
This following code is used to wrap up the contents within the textarea
<td> <textarea rows = "8" cols = "18" border ="1" class="input" style="border: none;overflow:visible;width:100%;" maxlength="5">'+col_det[data]+'</textarea> </td>
How to implement the same for a tag i.e, the conetnt within td tag should be wrapped
<td>%s</td>,(sum variable)
Thanks..