Hi ,
I have a requirement to add a new column in existing table which has been built by Table Sorter method in JQUERY.
I have added the new column but the issue is value for the new column is populated on next line of the table.
This could be a simple width issue, but i don't know JAVA much.Attached the image for reference.
.
Code i have used is:
<input type="text" name="t_rbclaim[<%= lv_tabix%>].reason" size="3" maxlenth="3" wrapping = "true"
onBlur="javascript:this.value=this.value.toUpperCase();" value="<%= w_rbclaim-reason%>">
Please let me know how to modify the above code in better way.