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
from this example
The id of a sub-row is in the format {parentId}>{id}.
but the problem is when i set rowDataId in
table.createViewModel(columns, { rowDataId: (row) => row.id });
it return index instead of the data.id
The text was updated successfully, but these errors were encountered:
I followed the #110 instructions, but I obtain the same issue with subrows.
Sorry, something went wrong.
thats exactly my point. I screenshot the selectedDataIds for reference
No branches or pull requests
from this example
but the problem is when i set rowDataId in
it return index instead of the data.id
The text was updated successfully, but these errors were encountered: