Hi,
I have created similar table as in the demo with a edit function: https://prnt.sc/t1fjgm
My problem is when i click on the edit button for the table item, the project name does not follow along to the next page.. the attributes of the item does follow but not the name: https://prnt.sc/t1fksz
the debugg shows that the proejct name is correct, so i guess the problem is not getting the value the problem is to view it on the field.
Second problem is when i change the name and save it. It saves as a new project it does not update the current project. The data save uses the setting Insert, if duplicate update.
In my database i use id as a primary key with auto increment, so when i click on a table item the id got incremented and when i save it saves it as a new item.
There should be a way to load the same id without increment it when i click on the table item right?
here is screenshot at the debug: https://prnt.sc/t1fnxd
i know that all my problems are solved in the demo and i have followed it carefully but im missing something, if you could point me where to look i would be thankful
I have created similar table as in the demo with a edit function: https://prnt.sc/t1fjgm
My problem is when i click on the edit button for the table item, the project name does not follow along to the next page.. the attributes of the item does follow but not the name: https://prnt.sc/t1fksz
the debugg shows that the proejct name is correct, so i guess the problem is not getting the value the problem is to view it on the field.
Second problem is when i change the name and save it. It saves as a new project it does not update the current project. The data save uses the setting Insert, if duplicate update.
In my database i use id as a primary key with auto increment, so when i click on a table item the id got incremented and when i save it saves it as a new item.
There should be a way to load the same id without increment it when i click on the table item right?
here is screenshot at the debug: https://prnt.sc/t1fnxd
i know that all my problems are solved in the demo and i have followed it carefully but im missing something, if you could point me where to look i would be thankful