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?
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)?
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