Scroll Top

Nested Grid in Ext JS 6.2.0

Getting your Trinity Audio player ready...

ExtJS 6.2.0 Early Access is out. There are good number of new features included in ExtJS 6.2.0. One of them is RowWidget Plugin, which Ext JS developer community has been waiting for a long time.

RowWidget Grid plugin allows us to add any component to the grid row expander body.

As an extension to my previous blog on Nested Grid in Ext JS, in this article, we will see how to build Nested Grid Component in ExtJS 6.2.0.

Let us see how to add a grid as a row inside another grid.

Step 1: Download ExtJS 6.2.0 Early Access

Step 2:  Generate new app

Step 3:  To the Grid Component add RowWidget plugin and grid as a widget as shown below:

Observe the statements highlighted in blue. RowWidget, while constructing the provided widget, binds the current grid record to the defaultBindProperty of the Widget unless widget has bind config.

In this case, the current record is not bound to the child grid store as we have provided the bind config for the child grid widget.

Save and run the sample in your browser. Nested grid shall appear as shown below:

Nested Grid in ExtJS 6.2.0

Summary

In this article we have learnt how to create a nested grid in ExtJS 6.2.0 using RowWidget Plugin.

Related Posts

Comments (3)

Thank you for sharing this But can share the code for this….. With Api response values

Hi Prabhu, i have used json files instead of api’s. JSON data in the json files will be the api response if we implement api’s.

How can I put a grid inside grid column ?

Leave a comment

Privacy Preferences
When you visit our website, it may store information through your browser from specific services, usually in form of cookies. Here you can change your privacy preferences. Please note that blocking some types of cookies may impact your experience on our website and the services we offer.