Good time of day.

Sketched an example of code , trying to solve the problem so that when the group is expanded, if the stake gets out of scope a horizontal scroll appears to scroll through the entire table.

I tried various combinations of which I left in the comments to the code.

Thanks for trying to help)

    1 answer 1

    Ext.create('Ext.panel.Panel', { renderTo: Ext.getBody(), cls: 'body', width: 200, height: 300, layout:{ tableAttrs: { style: {width:'100%'} }, type:'table' }, autoScroll: true, 

    This bit of code helped to partially correct the situation.