Why does DataTables insist on subsuming nearby elements?

Why does DataTables insist on subsuming nearby elements?

totallyplandomtotallyplandom Posts: 27Questions: 1Answers: 1
edited October 2011 in DataTables 1.8
Hi All,

I have the following test code segment:

[code]



SET ALL TO:   $







Name
Type
Charge Amount



 X 
Bob Jones
Admin
$

<?}?>






[/code]


For some reason when I call "dataTable()" it places the "#set_input" div inside the header of the table (right beside the filter input). Is there any way to stop this? Also, why does it do this -- does it have something to do with being contained in a common master-master DIV (despite the level difference)? If so, this doesn't make sense. Any assistance would be most appreciated.

Best!
This discussion has been closed.