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
react-table-sticky fails with an error
react-table-sticky
Cannot read property 'sticky' of undefined
when using headergroups with depth having more than 1.
{ "id": "name_details_container", "Header": "Name Details", "sticky": "left", "Footer": "Name Details", "columns": [ { "Header": "Name", "Footer": "Name", "columns": [ { "Header": "First Name", "Footer": "First Name", "accessor": "firstName" }, { "Header": "Last Name", "Footer": "Last Name", "accessor": "lastName" } ] } ] }
Following is a reproducible example:
https://codesandbox.io/s/react-table-sticky-official-r4hjg?file=/src/App.js
The text was updated successfully, but these errors were encountered:
Allow headergroups having depth more than 1. Fixes GuillaumeJasmin#12
bb5ed2c
Merge pull request #13 from hardikmodha/allow_depth_more_than_one
65e813b
Allow headergroups having depth more than 1. Fixes #12
Successfully merging a pull request may close this issue.
react-table-sticky
fails with an errorwhen using headergroups with depth having more than 1.
Following is a reproducible example:
https://codesandbox.io/s/react-table-sticky-official-r4hjg?file=/src/App.js
The text was updated successfully, but these errors were encountered: