Skip to content

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

@lumin824

Description

@lumin824

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions