You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
The 'Basic' example on the main README.md page does not work. The first error is a reference to MyCustomCell which is not provided in the example. Removing use of MyCustomCell results in another error - _registerComponent(...): Target container is not a DOM element.
The Basic example should work without modification. This is especially important for those of us new to react and exploring what types of table components are available.
The text was updated successfully, but these errors were encountered:
Great to see it being actively maintained in your fork! It looks like your Basic example has the same issues though that it doesn't work as-is. Should I perhaps create an issue in your fork?
Please do, and if you're willing feel free to create a pull request. I'm guessing that code has become out of date or assumes it's part of a page with a div with the id example. We tend to rely on the examples section of our docs a bit more.
Any details on how to make it easier to onboard to is much appreciated. Thanks!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The 'Basic' example on the main README.md page does not work. The first error is a reference to MyCustomCell which is not provided in the example. Removing use of MyCustomCell results in another error - _registerComponent(...): Target container is not a DOM element.
The Basic example should work without modification. This is especially important for those of us new to react and exploring what types of table components are available.
The text was updated successfully, but these errors were encountered: