Using bootstrap, when editing columns, label appears?
Using bootstrap, when editing columns, label appears?
Evening,
Total Datatables/Editor n00b, but loving it so far. Am using Datatables/Editor/TableTools/Bootstrap, everything is working mint, except when I go to edit a cell, the cell gets populated with the label of the column, as well as the input. Leaves pretty much zero room for the actual input field.
The HTML being returned when clicking on a cell is: http://pastebin.com/fBqRMR1S
Only really after the input. Where have I gone wrong/point me in the right direction.
Cheers;
This question has an accepted answers - jump to answer
Answers
Bump. Any ideas with this?
Hi,
Try adding this to your CSS:
I think that should resolve it. That is going to be in the next version of Editor's Bootstrap integration!
Regards,
Allan
Thanks Allan, worked perfectly. My head was in a totally different direction, didn't even consider using CSS to just hide the elements!
Cheers;