Place div beside the filtering div
Place div beside the filtering div
Hi.
So I want to place a div beside the dataTables_filter div. I want this to be right against the datatable as well. I can't figure out an (easy) way to do this.
Right now I am doing:
"sDom": '<"toolbar">frtip',
$("div.toolbar").html(strVar);
But this places the div above the datatable and it seems to be unable to go right against the table like the search does.
Any ideas?
So I want to place a div beside the dataTables_filter div. I want this to be right against the datatable as well. I can't figure out an (easy) way to do this.
Right now I am doing:
"sDom": '<"toolbar">frtip',
$("div.toolbar").html(strVar);
But this places the div above the datatable and it seems to be unable to go right against the table like the search does.
Any ideas?
This discussion has been closed.
Replies
Allan