Tried adding edit function instead of view on ceres customers listing. Still new programmer but decided to do the same technique as delete button but cannot work. Tried other ways also and followed some examples but still coming out empty handed. Need to click the action button and then pass data from column id to other page. After success, show modal update customer.
Please help.
Hi,
If you are referring to Customers List.
You can print the ID of each row in the delete menu link in the table HTML code:
<a href="delete.php?id=5%22%20class=%22menu-link%20px-3" target="_blank" rel="noopener noreferrer">
View
</a>