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

[REACT] onPaint listener on wrapper broke sorting #4074

Open
chuckn0rris opened this issue Jan 27, 2022 · 0 comments
Open

[REACT] onPaint listener on wrapper broke sorting #4074

chuckn0rris opened this issue Jan 27, 2022 · 0 comments
Labels
bug Something isn't working forum Issues from forum OEM OEM customer premium react React framework integration

Comments

@chuckn0rris
Copy link

Forum post

Try to add listener to grid wrapper like this

            <BryntumGrid
                ref={grid}
                {...useGridConfig(handleCellButtonClick)}
                rowHeight={rowHeight}
                onSelectionChange={handleSelectionChange}
                onPaint={() => console.log('paint')}
            />

Open app and try to sort by click on column's header, it doesn't work.

@chuckn0rris chuckn0rris added bug Something isn't working react React framework integration premium forum Issues from forum OEM OEM customer labels Jan 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working forum Issues from forum OEM OEM customer premium react React framework integration
Projects
None yet
Development

No branches or pull requests

1 participant