We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Should ...components be on the bottom?
...components
const tableComponents = { ...components, body: { wrapper: Virtualized.BodyWrapper, row: dnd.draggableRow(Virtualized.BodyRow) } };
Mainly I just want to override shouldComponentUpdate(). Is there any easier way to do that?
shouldComponentUpdate()
The text was updated successfully, but these errors were encountered:
The order could be changed, yeah. The potential problem is that if you override either wrapper or row, then it may break functionality.
wrapper
row
Sorry, something went wrong.
No branches or pull requests
Should
...components
be on the bottom?Mainly I just want to override
shouldComponentUpdate()
. Is there any easier way to do that?The text was updated successfully, but these errors were encountered: