<%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib uri="http://beehive.apache.org/netui/tags-databinding-1.0" prefix="netuidata" %> <%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui" %> <%@ taglib uri="http://beehive.apache.org/netui/tags-template-1.0" prefix="netui-template" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%-- ====================================================================== --%>
<%-- The Filter Form --%>
Customer ID
Company Name
<%-- ====================================================================== --%>
<%-- The Data Grid --%> <%-- Configure the pager and disable its default rendering --%> <%-- The Data Grid's caption--%> <%-- Render the pager here --%>

Displaying customer ${dataGrid.state.pagerModel.row+1} to ${dataGrid.state.pagerModel.lastRowForPage+1} of ${dataGrid.state.pagerModel.dataSetSize} matching customers.




<%-- The Data Grid's header--%> <%-- The Data Grid's data rows--%>