how to align search input fields when target is tfoot
how to align search input fields when target is tfoot
Mwhite007
Posts: 15Questions: 5Answers: 0
i have my column control search fields in the footer but i want the box on the left of the column if it's text and aligned right if it's numeric (same as body) 
This question has an accepted answers - jump to answer
Answers
The default is for them to take 100% width - what CSS are you using to restrict the width (so I can try the same and see what is going on). A link to a test case showing the issue would be really useful.
Allan
I think the problem was that i had a non-breaking space in the footer columns and that created a "Title" attribute which was putting an empty block on the wrong side of the input. when i remove the non-breaking space inside the th tags. my editor changes the color from blue to red so i thought i had to have something there:
the old way:
the new way:
Ah! Yes, DataTables would keep the nbsp as the title. Good to hear you got it sorted out.
Allan