Adding th title to tfoot inputs
Adding th title to tfoot inputs
tangerine
Posts: 3,365Questions: 39Answers: 395
How can I get the tfoot input to accept the line-break in the "Position" header?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You can't in a place holder
The code was reading the title text from the
tfoot
which just had the text "Position" - there wasn't a second line. That was in thethead
.Copying the header to the footer allows the full line to be shown: http://live.datatables.net/yuximunu/3/edit . The break is stripped out as @bindrid points out though.
Allan
I suspected I was not seeing something obvious! I'm an idiot.
Thank you both.
@tangerine there are a couple of nice customizable tooltip plugins such as qtip2 that can be use in place of the placeholder. I find these particularly useful with Select2 when the select item is so long that the ellipse (...) shows up.