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, I'm looking for a tables plugin and found you as an option. My problem is, I don't see a way to people edit their own data but in the front-end the whole table is visible
I'm trying to build a database of products where manufactures that have an account can create, edit and delete their entries (but not from others) but the entire list is open to the general public. Also, I wish that admins can manage everyone's entries.
Hope you understand what I mean.
Hi Luan
You can't have a table where users can only add and edit only their own data, and still have the whole table visible to them. If you enable "Users see and edit only own data", that's what they'll get.
The only workaround would be to have 2 tables on the page; one - original table, where users can see and edit only their own data, and another (MySQL query based table), which would be created with SELECT * FROM MySQL_Table_name_for_Editing (where "MySQL_table_name_for_editing" is the table's name from the Editing tab above the table of the original table.
I hope this helps, do let us know if you need any further assistance.