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!
I want to create a table with four columns (i.e. Date, Type, Detail, Amount of money). Users can only see their own data. This table should only be editable by admin at backend so that I can input the related data for their reference when I have made a payment to these users.
I followed the documentation on the official website (https://wpdatatables.com/documentation/front-end-editing/allowing-users-to-edit-only-their-own-data/) and set the editor role in the editing tab to "Administrator". However I am not allowed to enter the user ID column into the table and also other fields. If I don't input the user ID by myself, I guess the plugin couldn't let the users only seeing their own data right?
What should I do in this case? Thanks.
Hi Wilson,
Yes that is right. Plugin uses information from column with ID's to compare it with current user ID.
Only option would be to still add ID column but make it hidden. That way it will work for the frontend users but they will not be able to see it