Comments Shannon Hamrick started the conversationAugust 2, 2019 at 12:08amI've found where I can restrict that only a logged-in user can see ad edit his/her own data but is there a way to restrict it to just viewing their own data and not allowing them to actually edit it?Thanks 2,572Aleksandar repliedAugust 2, 2019 at 11:47amHello Shannon.Unfortunately, at the moment - it is sort of a package deal.If you have an SQL table, you can add a WHERE function, so it only displays the data for the currently logged in user.For example: SELECT * FROM wp_wpdatatable_1 WHERE userid = %CURRENT_USER_ID%That function works just like the "Users see and edit only own data", but in that case you can disable editing for the table.Best regards.Kind Regards, Aleksandar Vuković[email protected] Rate my support wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community You can try wpDataTables add-ons before purchasing on these sandbox sites: Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables Sign in to reply ...
I've found where I can restrict that only a logged-in user can see ad edit his/her own data but is there a way to restrict it to just viewing their own data and not allowing them to actually edit it?
Thanks
Hello Shannon.
Unfortunately, at the moment - it is sort of a package deal.
If you have an SQL table, you can add a WHERE function, so it only displays the data for the currently logged in user.
For example:
That function works just like the "Users see and edit only own data", but in that case you can disable editing for the table.
Best regards.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables