<t:grid t:id="selectedListGrid" t:source="selecteditemlist"
row="item" rowsPerPage="5" inPlace="true" >
<p:sizecell>
<select t:model="sizeOption" t:value="1"/>
</p:sizecell>
这是我的 TML 文件的一部分,下面是我设置模型的地方。我的网格不在表单内,下拉列表为空。有什么信号吗?
@Property
static final private String[] sizeOption = new String[] {"1","2","3","4"};