<ec:table style="table-layout:fixed;word-break:break-all" items="alldata" var="ml" retrieveRowsCallback="process" 
action="${pageContext.request.contextPath}/showgrd.do?username=admin"
title="" 
xlsFileName="数据列表.xls" 
csvFileName="数据列表.csv"showPrint="true" 
useAjax="false"
width="100%" 
listWidth="100%" 
height="280px" 
filterable="true"
rowsDisplayed="10"
resizeColWidth="true"
sortable="true"
><ec:row tagAttributes="style=\"word-break:break-all\" height=60px" >
    <ec:column tagAttributes="style=\"word-break:break-all\"" width="50" property="_0" title="序号" value="${GLOBALROWCOUNT}" />
 
     <ec:columns  autoGenerateColumns="org.ecside.core.bean.AutoGenerateColumnsImpl" 
titles="<%=columnTitles %>" widths="<%=columnWidths %>"/>
</ec:row><ec:extendrow></ec:extendrow></ec:table>