When I push “+New” to fill new values into the table, the popup disappears?By Milan Jovanovic on 23/07/18 in
You have some conflict with theme or other plugin. Please insert this in Custom wpDataTables CSS under the “Custom JS AND CSS” in main settings of wpdatatables.
.wpdt-c .modal{ width: inherit !important ; background-color: initial !important; }
Was this answer helpful ?
Yes
No