What about adding a ‘delete’ column to cfdb-datatable where each cell contains a ‘delete’ link that when pressed sends an ajax call with the submit_time value to a php file that will call a custom delete query using $wpdb?
Can this be done?
I understand the concept in theory, just don’t have a clue as to how to implement this kind of thing…