Hello, this is my first post and first time using datatables.

Hello, this is my first post and first time using datatables.

Danny2020Danny2020 Posts: 2Questions: 1Answers: 0

I am trying to find out if my users can create/duplicate a table from the front end on their dashboard.

Ex. click to create a new table, table is created with or without its own database (possible using a master DB showing only their user_id data, then save.

Edit, add and delete rows and info, the the ability to save that table for later use.

Any assistance would be appreciated. If there is anyone interested in programming for this project, I would be open to discussing this.

Thanks... Dan

Answers

  • allanallan Posts: 63,205Questions: 1Answers: 10,415 Site admin

    Hi Dan,

    What you propose sounds perfectly possible, it it would certainly require some coding. Doing a CREATE TABLE ... on the database when the user clicks the create button in the dashboard is probably where I would suggest starting.

    Allan

  • Danny2020Danny2020 Posts: 2Questions: 1Answers: 0

    Thanks, I appreciate the response. Ill investigate more on that...

    Dan

This discussion has been closed.