{
xtype:'dataview',
width: 1140,
height: 140,
scrollable: 'horizontal',
autoScroll: true,
store: {
type: 'product.products_clients_images',
//autoLoad: true,
filters: [
{
property: 'sku',
value: record.data.sku,
operator: '='
},
{
property: 'type',
operator: '=',
value: 2
}
]
},
cls:'image_gallery',
tpl: [
'<tpl for=".">',
'<div class="thumb-wrap product_image_view_gallery<tpl if="active"> active_img_gallery</tpl>" data-id="{id}" data-active="{active}">',
'<div class="thumb_block">',
'<div class="thumb"><img src="{url}"/></div>',
'</div>',
'</div>',
'</tpl>'
],
itemSelector: 'div.thumb',
selectionModel: {
allowDeselect: true,
mode: 'SINGLE'
},
}
Господа , есть такая датавьюшка, хотелось бы чтобыона еще и скролилась ) обычный конфиг не помогает типа scrollable autoScroll, может есть тут те кто знают как мне помочь*?) спасибо)