Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use <ExtGridcolumn/> in <ExtGrid/> is not work(react classic) #601

Open
lumin824 opened this issue Aug 8, 2021 · 0 comments
Open

use <ExtGridcolumn/> in <ExtGrid/> is not work(react classic) #601

lumin824 opened this issue Aug 8, 2021 · 0 comments

Comments

@lumin824
Copy link

lumin824 commented Aug 8, 2021

for example
<ExtGrid> <ExtGridcolumn text="name" dataIndex="name" /> </ExtGrid>

the ExtGridcolumn is put in items of ExtGrid, and put in items of getHeaderContainer of ExtGrid is right

i changed “parentCmp.add(childCmp)” to "parentCmp.getHeaderContainer().add(childCmp)" below case isParentGridAndChildColumn , and fix this problem

maybe with location has same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant