User 2235ec4634
02-05-2016 07:17:21
Hi I would like to change color of the whole row in Groovy swing tableLayout?
How can I modify that code fragment?
tr(id:'vendors' ){
for (vendor in this.vendorList){
td{
swing.checkBox(text:vendor, id:'ChB' + vendor, selected:true);
}
}
}