-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
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')) {
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels