I believe this should be possible by assigning editcap variable agument in the call to add_db_table_editor
EG:
add_db_table_editor('title=Employees&table=employees&editcap=edit_others_posts');
If this is not working please let me know and we can try and resolve this.
Thanks for your feedback, sorry it took me some time to get to it.
Thread Starter
slevit
(@slevit)
I’ll give it try. Out of curiosity, why do you advise not to “put an editable table editor on your public facing screens using the shortcode!”?
Well its mostly never a good idea to let the public internet edit data in your database without at least some checks and balances… there are none in this plugin. This plugin expects editors to be basically trusted.