-
Notifications
You must be signed in to change notification settings - Fork 22
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
Unable to render data after Build/ Unable to se the data in DOM || row is undefined #4163
Comments
Hey @Srikant1290 👋 Please share more of the code. Are you calling You can use our Stackblitz template to create a repo path |
Hi @zettca const row = page[i]; |
Hello @Srikant1290 👋 Do you still have this issue? |
Yes, Still the issue is there |
@Srikant1290 Is it possible to create an example with our Stackblitz template, please? Unfortunately, at the moment we are unable to reproduce the issue on our end. |
Hey 👋 Since this is the same issue as this one, we'll close this one and continue this thread on the other issue to be less confusing. |
Discussed in #4162
Originally posted by Srikant1290 April 23, 2024
<HvTableRow {...row.getRowProps()}>
{row.cells.map((cell) => (
<HvTableCell {...cell.getCellProps()}>
{cell.render("Cell")}
))}
The text was updated successfully, but these errors were encountered: