We're Moving to a New Support Platform – Starting June 1st!
We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.
You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.
While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.
We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.
Thanks for your continued support and trust – we’re excited to bring you an even better support experience!
Hi there,
i have found the
wpdatatables_before_editor_dialog( $tableId )
function.
This seems quite interesting for me. Is it possible to create a custom code snippet with that function which will open a gravity form instead of the editor dialog?
Thanks in advance,
Michael
Hi Michael,
Thank you for your purchase.
You can use any hooks and filters from our documentation to customize the plugin to your needs.
We did not have this request so I can not tell you precisely if this can be achieve but probably it can do the trick depends on what are you trying to achieve.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi there,
can you give me an example of how the function and it's variable can be used?
Regards,
Michael
HI Michael,
We do not have some example of this. But you can find that hook in the plugin and then depends on what are you trying to achieve make a template for example where you will enter all of the necessary logic.
We used a hooks when we do some customizations for our users, or even make a new small add-on that will use this hook and the logic will be in that add-on file ( or files depends on the complexity of the request. )
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi Bogdan,
i just need a little help to understand the function. Thats a simple code by me:
add_action('wpdatatables_before_editor_dialog', 'test_gf_oeffnen')
function test_gf_oeffnen($tableId){
$tableId='1';
echo "Hello world!<br>";
return $tableId; }
Sadly something is wrong in there. Can you tell me why i get the syntax error, unexpected 'function' (T_FUNCTION)?Thanks in advance,
Michael
HI Michael,
As much as I would like to help you out due to our support policy questions like this one are not covered in the included support for the plugin. Included support covers help with bugs and general inquiries for the plugin features, but not writing custom code. As you're developing some custom solution if you need our assistance we can offer you our paid customization service.
Also topic from the documentation is related to developers so they can customize our plugin for their needs but I can not write or debug the custom code.
Thank you for understanding.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi Bogdan,
mhm ok i just wanted to play around by myself a little bit but ok. I am planning to get some customization service anyway for your plugin.
Thanks so far and kind regards,
Michael