注册会员
查看详细资料
TOP
中级会员
<w:dataGrid id=\"simple-grid\" value=\"#{grid.page.StaticDataBean.stockData}\" paged=\"true\" rows=\"10\" var=\"data\" selectionModel=\"#{new org.operamasks.faces.component.grid.CheckboxSelectionModel()}\"> <w:outputColumn id=\"company\" width=\"100\" align=\"center\" sortable=\"true\" header=\"公司\" /> <w:outputColumn id=\"price\" width=\"200\" header=\"#{msgs['title.price']}\" /> <w:outputColumn id=\"change\" align=\"right\" header=\"#{msgs['title.change']}\" /> <w:outputColumn id=\"change_percent\" value=\"#{data.pctChange}\" header=\"#{msgs['title.change_percent']}\" align=\"right\" /> <w:outputColumn id=\"lastupdate\" value=\"#{data.lastUpdated}\" header=\"#{msgs['title.lastupdated']}\" converter=\"outputDateFormatter\" /></w:dataGrid>