Create a record for another table

Create a record for another table

emresalciemresalci Posts: 1Questions: 1Answers: 0

Hello. I have a datatable named as 'example'. It displays records from a database table named as 'todo'. It has 'new' 'edit' and 'delete' buttons to alter the table. What I need is to create new records for another database table named as 'projects' by using that 'example' tables fetched records and 'new' button. Codes are exactly same as https://editor.datatables.net/examples/plug-ins/fieldPlugin.html example. Thanks

This discussion has been closed.