Hi.
I am a newbie of Dhtmlx and wonder if there is a way of preventing certain cells from being processed.
This is the JSP code I have that makes HTML page.
<c:forEach items="${kledgeList}" var=“kledgeVO” varStatus=“status”>
${kledgeVO.all_menu_cate_nm}
${kledgeVO.title}
${kledgeVO.mod_user_nm}
${kledgeVO.mod_dt}
ashdf <--------------how to skip this cell?
${kledgeVO.view_cnt}
${kledgeVO.srch_stat_nm}
</c:forEach>