i have a editable table using "mindmup-editabletable.js" my problem is condent typing first time is OK. next time when i click the same row for editing first condent shadow is shown only in chrome in other bowers is working good .
$('#table').editableTableWidget({
cloneProperties: ['background', 'border', ]
});
Do not clone background properties form table cell to the overlaying input
, or set the background cell background-color
to some solid color.
$('#table').editableTableWidget({
cloneProperties: ['border']
});
or
#table td {
background: none #fff;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With