SearchPanes - Where are The Filters?
SearchPanes - Where are The Filters?
Daleman
Posts: 17Questions: 5Answers: 0
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
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
Allan