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
I have a MySQL table with a lot of fields that I need users to be able to add and edit. Is there any way to make the Add/Edit form contain 2 columns, with the fields split between the two columns?
Thanks,
Carl
Hi Carl,
Thank you for your purchase.
There is no option to do it with built in functionalities. You need to change a code or overwrite it with CSS and quickest solution would be to open a
wp-content/plugins/wpdatatables/templates/frontend/edit_dialog.inc.php
and around line 32 find
and change it to
Great! Thanks for that tip. Is there any way to override your templates in my theme so that they stay after plugin updates (like how WooCommerce does template overrides in your theme)?
Thanks,
Carl
Hi Carl,
You could do this with CSS also by targeting those specific fields in modal like
in CustomCSS filed on Settings page of our plugin.
Thanks, I'll try that!
Carl