Thank you for reporting this bug. We will make it our priority to review this report.
First column of gridpanel cut when its region is center in RTL only
First column of gridpanel cut when its region is center in RTL only
Hello,
I'm working on a web app in Hebrew and Arabic which are written right-to-left. I have noticed the first column of every grid gets cropped in border layout whenever the region of the gridpanel is defined as "center" (but not only). It happened to me when working with Ext 4 as well.
Code:
layout: 'border', items: [{
xtype : 'companies-grid',
region : 'center',
flex : 3,
collapsible: true,
split : true,
},{
xtype : 'company-form',
flex : 1,
region : 'east',
collapsible: true,
split : true
}]Thank you
First column of gridpanel cut when its region is center in RTL only
Aucun commentaire:
Enregistrer un commentaire