field-engineer
field-engineer copied to clipboard
How to write data correctly? ( field-engineer + tableX )
Hi, I’m new to Kirby, and i have to build a website that lets you insert tables mixed with other kinds of data.
To achieve this i’m trying to use field-engineer in combination with tablex. I managed to display the table in the field-engineer 's row with a small addition to trigger.js, now when i check the saved data, of course the tableX structure (header: … ; table: …rows…) is lost.
I want to solve this and eventually make a PR out of it.
Where does the writing and loading of the data occour? Do you have any ideas on how to perform the writing and loading in the case of a tableX in field-engineer?
Any informaton is greatly appreciated, thak you in advance!