Hello everyone, I currently have a one-page website with a table/spreadsheet on it. Originally the website was just a Google Sheet, and then I upgraded it to a Bootstrap table.
The problem is that any updates made to user info is something I have to do. I’d like to create a way for people to sign up, add their info, and have that info automagically populate into the publicly-displayed table, that way users can make the changes on their own.
I’d also like public users to be able to sort the table from the columns. What plugins should I be looking at in order to create this? Thanks!
[ad_2]
Formidable forms with its views addon. Then utilize DataTables (open source) with the table generated from Formidable to allow for sorting.