We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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