forum

Home / DeveloperSection / Forums / How to create responsive grid in Ext JS?

How to create responsive grid in Ext JS?

Anonymous User 2869 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.

Updated on 15-Apr-2016
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By