Table as Form
Table as Form
Hello,
I have a table created by Editor/Generator, so , I would like in my front-end the HTML view as form, not a table.
Could be it possible?
It means something like that:
First Column
Initial Time: End Time:
Monday: |09:00| |19:00|
Tuesday: |10:00| |18:00|
Wednesday: |10:00| |18:00|
Thursday: |10:00| |18:00|
Friday: |11:00| |16:30|
The other Idea should be like a simple form in vertical
Answers
Generator will only create a DataTables + Editor instance to display row data from a database. The closest that Editor has to an always visible editing panel is demonstrated in this blog post.
Allan