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
Hello, I'm nearing the purchase, though there is one last item that i'd like to be sure about: Is it possible to create an automatic column that will populate each row with data calculated from external script (e.g. Python code). The trigger for this code run should be specific value in another column.
The example would be: User inputs string "calculate" in column 1, row 1, and the script will run and input the result in column 2 row 1.
Thank you for your response.
Hi Vaclav,
Thank you for your interest in wpdatatables.
Sorry for late response.
We are located in Serbia and our working time is from 10:00 to 17:00 CET. business days.
Something like this is not possible in our plugin with built in features. We can not guarantee that will something work in our plugin with your custom code.
You can take a look in our documentation about Actions and Filters which are defined in wpDataTables plugin for customization's by developers.
Best regards.
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables
Thank you for your reply. Is it possible to test a filter in the demo version? I haven't found any possibility to set it up in a new / existing table.
*ad: I have found the way.. thank you.
Ok, i think this is my final question now, and i would be really gratefull for the answer: Is it possible to use the action / filter to input value in a different column of the table? E.g. the function in action / filter in column 1 row 1 returns some value, and inputs it in column 2, row 1? Thank you.
Hi Vaclav,
Unfortunately that is not possible with existing actions and filters. What you can use is filter wpdatatables_filter_cell_val. This filter is applied to the value of the cell before it is returned to the front-end. Like this you can filter all data from table based on some value. If you need specific column then you can use wpdatatables_filter_date_cell or wpdatatables_filter_datetime_cell or wpdatatables_filter_time_cell or wpdatatables_filter_email_cell...
Best regards.
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables