Users Pricing

forum

home / developersection / forums / how to create responsive grid in ext js?

How to create responsive grid in Ext JS?

Anonymous User 3207 15 Apr 2016
I am new in Ext JS environment. I have a need to make Ext JS grid responsive.
I want to make stretchable grid across the width of the browse window.
Below is my grid code:
Ext.create('Ext.grid.Panel', {
    title: 'This is Stretchable Grid',
    height: 250,
    width: 500,
    renderTo: Ext.getBody()
});
Please tell me having any idea to do it. Thanks.

I am a content writter !


1 Answers