Closed GoogleCodeExporter closed 9 years ago
Hi,
If I understand you correctly you want to hide "click to edit" if data is null
or empty. I think that this is not possible because JEditable plugin cannot
enable editing cells with no content.
Regards,
Jovan
Original comment by joc...@gmail.com
on 9 Feb 2012 at 9:17
This anser is not correct.
It is possible to simulate an empty field using "placeholder : ' '".
The field does remain editable and appears empty (See:
http://www.datatables.net/forums/discussion/2004/empty-cell-display-click-to-edi
t/p1)
My problem is, that I don't know how I can use that with this
jquery-datatables-editable plugin.
Original comment by daniel.g...@gmail.com
on 12 Sep 2012 at 11:49
A hack to make it work is to edit jquery.jeditable.min.js and replace "Click to
edit" with " ".
Original comment by daniel.g...@gmail.com
on 12 Sep 2012 at 11:57
Original issue reported on code.google.com by
luigide...@gmail.com
on 7 Jan 2012 at 4:19