Can not edit Ref inline form

Hi everyone, I hope all is good

In my seller form I have an inline form called items, kindly see it in the below image.

If a user clicks on the above (Add) button they will be taken to a different form for adding an order detail. See it below plz:

Now If the seller form is submitted and a user clicks on it, they can add a new item again to the items’ list. like this:

All above is ok. The problem is here. I have another table called task. Task table is also an inline form in seller form.

task table has a virtual column called items which reads items from the main seller table (items part):

Now if I click on the task form and go to item section, I can not add a new item. There is no add button. Maybe because of a virtual column, though I’ve also tried with real column over nothing.

Any clue plz

Thanks

Any chance that your Task table is set as Read_Only or Updates_Only?

@AleksiAlkio

It says this

aaa.jpg

The table option I mean is this..

@AleksiAlkio All allow add and edit

I think the problem because it is a virtual column and has a formula

No bro.

Where do you want edit button ? Near add button ? If yes… It is not possible

@jaichith

Thank you friend for coming by

Yes I think that is not possible

I am solving it via linktoform in action