Skip to content

ExtRownumberer support #602

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

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

ExtRownumberer support #602

lumin824 opened this issue Aug 8, 2021 · 0 comments

Comments

@lumin824
Copy link

lumin824 commented Aug 8, 2021

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')) {

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