Holiday Notice – Support Unavailable on April 18 and April 21
We just wanted to let you know that our support team will be offline on Friday, April 18th (Good Friday) and Monday, April 21st (Easter Monday) due to the holidays.
We'll be back on Tuesday, ready to assist you!
In the meantime, if you need any help, feel free to:
-
Use the support widget in the bottom right corner on our websites (Amelia and wpDataTables) — our latest AI-powered assistant is there 24/7 to help with basic and intermediate questions,
-
Browse our detailed documentation (Amelia, wpDataTables)
-
Explore helpful articles,
-
Or check out our YouTube channels for video guides!
Amelia YouTube Channel
wpDataTables YouTube Channel
Thank you for your understanding, and we wish you a wonderful holiday weekend!
Hi there, hope all is well? I want to create a a private website with WPdata table for client to access on front end and enter new project entries and details, location, contact person and, can there be a column cell to upload PDF or word document so it can be downloaded by staff.
cheers,
Rafal
Hi Rafal
Thank you for reaching out to us.
You can link data to specific users with our plugin. To do this the table needs to be editable (so you would need to import the file, to create a manual table), and also you need to have the User ID field in the table. Meaning, if John has user ID = 5, when he logs into your WordPress site, and looks at the table, he'd only see his data if you selected the User ID column as the "User ID column" in the Editing tab above the table. If there's no user ID column, and they aren't logging into WordPress, this will not work.
You can enable the Show all rows in back-end option from the Editing tab of the table to see all entries in the back-end. You can also edit the table but if you edit the table as an administrator your User ID will be saved when you make the change so make sure to turn off the Users see and edit only own data option before editing.
You can have a look at this video for more information
How to create editable tables in WordPress where users edit only own rows - wpDataTables 2.0
You can add image columns or attachment columns, which would allow you to upload files to a table, and you can use URL Link columns which would allow you to create hyperlinks or buttons.
Another way of adding hyperlinks is using the string-type columns, in combination with anchor tags.