Our blazing fast Grid component built with pure JavaScript


Post by bensullivan »

Hi

We have a requirement to lock the three leftmost columns and the rightmost column in a grid.

We then need to dynamically insert columns in between the locked columns on either side.

I've tried this on the locked column example but the right most locked column does not appear to render:
    columns : [
        { text : 'First name', field : 'firstName', width : 180, locked : true },
        { text : 'Surname', field : 'surName', width : 180, locked : true },
        { text : 'Location', field : 'city', width : 180 },
        { text : 'Follow<br>up', field : 'start', type : 'date', width : 180 },
        { text : 'Purchases', field : 'age', align : 'right', width : 180, type : 'number', locked : true }
    ],
Does Bryntum Grid support this requirement?

Thanks

Ben

Post by bensullivan »

Found it - multi-region demo - awesome :-)

Post Reply