I am working on an ExtJS application and have some GridPanels that need to show some data. Is it possible to have the columns and data retrieved dynamically so I don't have to specify them manually for each table?
Thank you.
I am working on an ExtJS application and have some GridPanels that need to show some data. Is it possible to have the columns and data retrieved dynamically so I don't have to specify them manually for each table?
Thank you.
Copyright © 2021 Jogjafile Inc.
I created a
dynamicgridpanel
component:Usage:
example for
/something/data/testCol.json
:example for
/something/data/testData.json
: