options-gridHeader.jsp
Home
/
sm-shop /
src /
main /
webapp /
pages /
admin /
customers /
options-gridHeader.jsp
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
<%@ taglib uri="http://www.springframework.org/tags" prefix="s" %>
<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %>
<%@ page session="false" %>
{title:"<s:message code="label.entity.id" text="Id"/>", name:"id", canFilter:false},
{title:"<s:message code="label.entity.name" text="Name"/>", name:"name", canFilter:false},
{title:"<s:message code="label.entity.type" text="Type"/>", name:"type", canFilter:false},
{title:"<s:message code="label.entity.active" text="Active"/>", name:"active", type:"boolean", canEdit:false, canFilter:false},
{title:"<s:message code="label.entity.public" text="Public"/>", name:"public", type:"boolean", canEdit:false, canFilter:false},
{title:"<s:message code="label.entity.details" text="Details"/>", name: "buttonField", align: "center",canFilter:false,canSort:false, canReorder:false}