I am tryin to configure a table that unique users can see and edit their own data - while the admin can see ALL data.
I'm not sure why the plugin does not work in this way already.
Anyhow, I see a FAQ entry describing how to do the this- but the language is not clear to me. Can you please help me see all unique data added my users?
ADDITIONLLY.
Is there away to show unique user data - but make the data read only?
Yes you can, but you have to make one more table. From first table where you turn on option User can see and edit own data you can use table name from option MySQL table name for editing which you can find on Editing tab in table settings.
Then make another table from MySQL query like this:
SELECT * FROM table_name_for_editing
Instead of table_name_for_editing you will use table name from option MySQL table name for editing. Like this will be shown all data from all users.
You can show all unique data read only if you turn off editing option from table settings.
If you mean on table where you are using option User can see and edit own data, unfortunately that is not possible with built in features of plugin.
Hello,
I am tryin to configure a table that unique users can see and edit their own data - while the admin can see ALL data.
I'm not sure why the plugin does not work in this way already.
Anyhow, I see a FAQ entry describing how to do the this- but the language is not clear to me. Can you please help me see all unique data added my users?
ADDITIONLLY.
Is there away to show unique user data - but make the data read only?
Hi qirex,
Thank you for your purchase.
Yes you can, but you have to make one more table. From first table where you turn on option User can see and edit own data you can use table name from option MySQL table name for editing which you can find on Editing tab in table settings.
Then make another table from MySQL query like this:
SELECT * FROM table_name_for_editing
Instead of table_name_for_editing you will use table name from option MySQL table name for editing. Like this will be shown all data from all users.
You can show all unique data read only if you turn off editing option from table settings.
If you mean on table where you are using option User can see and edit own data, unfortunately that is not possible with built in features of plugin.
Best regards.
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables
Im sorry - but I don't understand what you're saying and how to do it.
Are you saying that admin cannot see all user data???
Ok, I got it to work - thanks for your help.
Hi qirex,
Sorry for late response.
We are located in Serbia and our working time is from 10:00 to 17:00 CET. business days.
You are welcome.
If you have any more issues or questions feel free to open a new ticket, we will gladly help.
We'd greatly appreciate it if you could take a minute and leave a Review on CodeCanyon on this link.
Thanks!
Best regards
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables