You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: