Premium support for our pure JavaScript UI components


Post by dsingh7 »

Hi Team,

I am trying to resize last column of grid. I can able to reduce its width but unfortunately can't increase it. Please see below code and let me know what I am doing wrong or its a issue with library

new Grid({

appendTo : 'container',

features : {
    stripe       : true,
},

columns : [
    { text : 'Name', field : 'name', width : 250 },
    { text : 'City', field : 'city', width : 200 },
    { text : 'Team', field : 'team', width : 250 },
    { text : 'Score', field : 'score', width : 200, },
    { text : 'Start', type : 'date', format : 'YYYY-MM-DD', field : 'start', width : 200 },
    { text : 'Finish', type : 'date', format : 'YYYY-MM-DD', field : 'finish', width : 200 },
    { type : 'percent', text : 'Percent', field : 'percent', width : 200 }
],

data : DataGenerator.generateData(50)
});

I am trying to increase width of percentage column from right side. I can see width adjuster icon but can't able to increase it. Only I can reduce it.


Post by khattakdev »

Hey there,

I have created a ticket - https://github.com/bryntum/support/issues/8751, you can subscribe to it on GitHub.

Arsalan
Developer Advocate


Post Reply