Hi Hristo,
I have same problem with different flow. I have function to add a row becoming child row. When i delete the child, it’s nothing happened. Apparently the issue come from as ebartashevich mentioned, “if (b.rowsByKey[c]) …”.. that make me come here after debug jqxdatatable.js.
My question is how do i insert all row key into rowsByKey since the requested row key is missing in rowsByKey variable?
FYI,
Hristo, your example did not meet ebartashevich case that he mention the issue happened after Ajax call.