Quantcast
Channel: Recent Discussions — DataTables forums
Viewing all articles
Browse latest Browse all 82127

two or more tags inside on td tag

$
0
0
hello there, first of all thanks for giving us such a special plugin for make life simpler to us the developers and I wish you the best....
well here is the deal I´m testing on JSP Servlet serverside processing and I dont know how to do something like this
	<td>
		${row.department_id}
		<b>${row.ldepartment_desc}</b>	   			                        
	</td>
the thing when i do the post it retrieves this value:
value= 90 <b>Executive</b> 100<--
how can I make to change the value in this case from 90 to 100 and display de data information which in this example may be 100 equals Finance
	<td>
		100
		<b>Finance</b> <!--this is just the description of department_id=100-->	   			                        
	</td>
thanks in advance

Viewing all articles
Browse latest Browse all 82127

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>