Join Tables and bubble ( Update field )
Join Tables and bubble ( Update field )
mm789000
Posts: 25Questions: 2Answers: 0
in DataTables
Hi,
I have a problem with join tables ( Table A and B ).
I need to update only one field from the table B.
I did it with a bubble. It work, when i click on the field the bubble is displaying.
But when i click on update, the field never updated.
Why ?
Regards
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
Replies
Do you mean like the last column in this example? That one uses inline editing, but it would work with bubble editing as well.
Allan
Hi,
Yes Like this, but on my table, i have only one updated column on the table B ( Left join Table A & B ).
Best regards.
Could you give me a link to your page so I can inspect and debug it please?
Allan
HI,
I will did it this week. But also i made a test : i add an updated field on the table A.
And for this field only, the bubble update the data ! very strange
Regards
Hi,
Solved this issue with a master / detail view.
Regards