Skip to content

ExtRownumberer support  #602

@lumin824

Description

@lumin824

for example:
<ExtGrid> <ExtRownumberer/> </ExtGrid>

file common\util.js
function isParentGridAndChildColumn
change
if (parentxtype === 'grid' && childxtype.includes("column")) {
to
if (parentxtype === 'grid' && (childxtype.includes("column") || childxtype === 'rownumberer')) {

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