As previously announced via banners and our newsletters, support is no longer available through this platform.
For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.
You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.
Paid customers: Please log in to your store account for support.
Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com
Hi - is there a way I can use SQL to get my table data, but then insert a column with dynamic cell values, using a PHP function? I can't do the calculation in SQL because it depends on current logged-in user role and other user metadata. But I gather wpdatatables_filter_columns_data doesn't work if I'm using SQL to get the data, is that right?
An example: let's say I'm pulling out a table of records post type of post type "person", and then I want to insert a column called "Entries" which counts up Gravity Form entries where that person is selected in field 1. But I only want to include entries where field 2 has the ID of the post type "company" which is also associated with the current user. Hope I'm making sense!
Thanks very much.