Link to editing individual row?
-
After creating a data project, a very nice UI for editing rows can be accessed from the admin panel. However, when you click to edit each row, you are always lead to the same url (wp-admin/admin.php?page=wpda_wpdp_1_2&table_name=xxx) no matter which row you are editing.
I am wondering if it is possible to access the editing UI from different urls for different rows (such as: wp-admin/admin.php?page=wpda_wpdp_1_2&table_name=xxx&row=123). These urls would be useful to be used in front-end to link to data editing in the back-end. Just like each post has a “Edit” link, it would be nice each row can have a “Edit” link in the front-end.
The topic ‘Link to editing individual row?’ is closed to new replies.