" type="text/css"/>
" type="text/css"/>
Name | Study | ${fieldName} | |
---|---|---|---|
<% /*
The value of this checkbox will be moved to the form (under this table) with javascript. This
way the user can select items from multiple pages of the paginated result list correctly. See
also http://datatables.net/examples/api/form.html and advancedQueryResults.js
*/ %>
|
|
<% def fieldValue = resultFields[ assayInstance.id ]?.get( fieldName ); if( fieldValue ) { if( fieldValue instanceof Collection ) { fieldValue = fieldValue.collect { it.toString() }.findAll { it }.unique().join( ', ' ); } else { fieldValue = fieldValue.toString(); } } else { fieldValue = ""; } %> ${fieldValue} |