?<ec:table
? ? items="presidents"
? ? action="${pageContext.request.contextPath}/presidents.run"
? ? imagePath="${pageContext.request.contextPath}/images/*.gif">
? ?<ec:row>
? ? ?<ec:column property="firstName"/>
? ? ?<ec:column property="lastName"/>
? ? ?<ec:column property="termDate"/>
? ?</ec:row>
?</ec:table>
这就是如何来定义个eXtremeTable. 有着良好格式的列和标题, ?在工具栏上面的各个特征都能完美地运行.?
original:?https://code.google.com/p/extremetable/wiki/Overview?