here is the code I tried to make the flextable's cell editable using the below code .The flex table is loaded with db values, when user clicks on the cell of flextable, it has to become editable and the user entered value has to be stored in db after he clicks submit button which is present in each row.
I'm using EditTextCell(), to make the cell editable but it not reflecting when I
test it. I have included all my codes below. Please let me know , if i'm missing anything.