Is there a generic code for editor that can be used on any table?
Is there a generic code for editor that can be used on any table?
This question has an accepted answers - jump to answer
This discussion has been closed.
This question has an accepted answers - jump to answer
Answers
We don't publish any, but you could do something like
SHOW COLUMNS
and then build the backend and frontend code based on the columns from the database. I know others have done that before, although I can't recall if any were open source I'm afraid.Allan
Thanks Allan