Moving the element outsite of the table
Moving the element outsite of the table
pni8ac
Posts: 3Questions: 0Answers: 0
Hi,
I want to put the search textbox and the number of item display in a div that already exist.
I tried using this:
[code]'fnDrawCallback': function() {
$('.dataTables_filter').appendTo($('#options'));
}[/code]
But when I type something in the textbox, I lose focus on it
I want to put the search textbox and the number of item display in a div that already exist.
I tried using this:
[code]'fnDrawCallback': function() {
$('.dataTables_filter').appendTo($('#options'));
}[/code]
But when I type something in the textbox, I lose focus on it
This discussion has been closed.
Replies
you can take out the default filter in sDom