When using inline editing with a detail row, you cannot edit an expanded row. This behavior is different from the standard editing which allows a row to enter edit mode even if the row is expanded.
Rows that are expanded should still be editable using inline editing.
Minimal repo for reproduction forked from inline cell editing example:
https://codesandbox.io/s/funny-feather-o1fyx?file=/demo.js
See package.json in sandbox, but I do not believe this is related to any particular version
Hi @mklosterboer,
Thank you for reporting this bug. We will fix it soon.
As workaround, I suggest you place the TableInlineCellEditing plugin before the TableRowDetail plugin. Here is an example.
@LazyLahtak Thanks so much for the quick response and solution! This solution worked in my repo as well.
Also looks like you already have a PR. I'm very impressed and appreciate your response!
@mklosterboer,
We have merged the PR. The fix will be available in the nearest release.