SearchPanes - Where are The Filters?
SearchPanes - Where are The Filters?
![Daleman](https://secure.gravatar.com/avatar/9b855bcda14dbf1b797cbff43e5d74cd/?default=https%3A%2F%2Fvanillicon.com%2F9b855bcda14dbf1b797cbff43e5d74cd_200.png&rating=g&size=120)
what happen to the search panes ?
where are they ?
<script type="text/javascript" charset="utf-8">
$(document).ready(function () {
$('#example').DataTable({
searchPane: true
});
});
</script>
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi @Daleman ,
It's working fine for me: http://live.datatables.net/qewegata/1/edit.
Are you include the CSS and JS files?
Cheers,
Colin
Hi @Colin,
actually, it worked well when table was loaded with default table but above screenshot came up when I change loading table.
any idea what I have missed ?
Thank in Adv
I tried to change table header and body with this
and this is what I get
![](https://datatables.net/forums/uploads/editor/bs/oropcooich07.jpg)
Ah, that's because the values are too unique - see here: http://live.datatables.net/yizupesi/1/edit
This is your data with more 11s in the Bank Account field.
To customise the uniqueness level, take a ganders at the threshold option on this page.
Cheers,
Colin
@Colin,
well, I understood your answer. Thank you very much !!!
edit Sorry. Replied without refreshing to see the latest discussion. Ignore me![:) :)](https://datatables.net/forums/resources/emoji/smile.png)
Allan