Hello, My project contains a syncfusion datagrid. To get data into the table I used feathersvuex. My table consists of two more tables. I also used sequelize ORM and built the relationships using associations.
I've set up the association via ids to fetch data from the other two tables. This works fine as I want when fetching data. İ have a Syncfusion Actionbegin method and i want to execute delete, add and save actions.
My current problem is that when I add a new row with the syncfusion Datagrid dialog, Datagride only enters the data of my main Table. It does not insert the columns in the association containing columns in my table. İt leavs the contents of this columns empty. When I refresh the page, it reads data again because it is an association over ids and prints the data of matching ids. So what I want to do is save all filled values to the database and into datagrid. But I couldn't find an example.
How can i do this?
Attachment:
products_70a3f7d1.zip