0
我是新來的煎茶用列表的xtype,我需要在一行中顯示兩個或多個記錄顯示多個項目中horizental視圖
{
xtype: 'list',
flex: 1,
cls:'home-page-class',
itemTpl:'<img src="{image}">',
store: 'HomePage',
itemCls:'details',
useSimpleItems: false,
variableHeights: true,
infinite: true,
disableSelection: true,
allowDeselect: false,
scrollToTopOnRefresh: false,
itemHeight:80,
plugins: [
{ xclass: 'Ext.plugin.ListPaging', autoPaging: true},
{ xclass: 'Ext.plugin.PullRefresh'}
],
}
我試着用CSS,但煎茶打造成空項顯示它這樣
而且我不能改變的xtype數據視圖,因爲我需要的listpaging插件
那不是我想要的,單細胞可能有標題,添加日期等,所以它不會工作 –