Force write to Audit Log

You can put a click event on the table so that you can execute a script, but you have to make sure the security restriction for “disable events” is unchecked. In the script you can run an insert query into audit_events (or whatever you decided to name the audit table), and using some condition checks and client tags, you can write user info to the database depending on which user clicked on the table.