c:if
columns: [
<c:if test="${commandMap.000== 'A'}">
{ field:000},
</c:if>
c:each
columns: [
<%--{ width: "35px", sortable: false, headerTemplate: '<input id="checkAll2" type="checkbox" title=\"일괄체크\" aria-label=\"일괄체크\" data-toggle=\"tooltip\" data-placement=\"top\" />', template: kendo.template($("#checkboxTemplate2").html()) },--%>
<c:forEach var="result" items="${layoutList}" varStatus="status">
{ field: "${result.fieldId}", title: "${result.fieldNm}", width:"120px",sortable: false, attributes : { style : "text-align : center; " }, headerTemplate: "${result.fieldNm}" },
</c:forEach>
],