Hi I would like to create a table for user to fill in information, and the information can also be displayed in a separate table in a desalinate column . example employee 01 to fill in his information into a table and then the information can also be displayed onto another separate table. it may not be profile info , can be any other information or data and done in such a way. How do I do this ?
My advice would be to link the first table to the other one using Foreign Keys. You can even download example tables in our documentation, so you can follow the tutorial live - in action.
Basically, you'll need an auto-increment ID column, to which you'll link the data in a specific row, so it can be displayed in another table. Not that hard to do once you go through the tutorial.
Hi I would like to create a table for user to fill in information, and the information can also be displayed in a separate table in a desalinate column . example employee 01 to fill in his information into a table and then the information can also be displayed onto another separate table. it may not be profile info , can be any other information or data and done in such a way. How do I do this ?
Hello bidtocart.
My advice would be to link the first table to the other one using Foreign Keys. You can even download example tables in our documentation, so you can follow the tutorial live - in action.
Basically, you'll need an auto-increment ID column, to which you'll link the data in a specific row, so it can be displayed in another table. Not that hard to do once you go through the tutorial.
Please let me know if you have any questions.
Best regards.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi Thank you I have managed to watch the video tutorial . will implement it on the later part
You're welcome bidtocart.
If you encounter any issues, please feel free to reach out to me, I'll gladly help.
Best regards.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables