Filter not working for single charcter
Filter not working for single charcter
santoshhk1
Posts: 12Questions: 0Answers: 0
Filter not working for single character. when i type single character it wont filter any result.
Can anyone help.
Can anyone help.
This discussion has been closed.
Replies
Allan
Using http://live.datatables.net i have created html file.
I have downloaded that html file . How can I attach it here. please tell me .
Name
Rank
Scores
Percentile
Team Quint Executive Assistant
1
5.00
100 %
Finance/IT
2
4.47
94.44 %
Support Services
3
4.35
88.89 %
Marketing
4
3.84
83.33 %
r>
$('#RankListTbl').dataTable({
"sScrollY": "450px",
"bPaginate": false, bInfo: false, "bFilter": true,
"bScrollCollapse": false,
"bDestroy": true,
"oLanguage": {
"sSearch": StrSearchlbl,
"sZeroRecords": StrNoRecordsAvailable
},
"aoColumns":
[
{ "bSortable": false, "sWidth": "2px" },
{ "bSortable": false },
{ "sType": 'string' },
{ "sType": 'num-html' },
{ "sType": 'num-html' },
{ "sType": 'num-html' },
{ "bSortable": false }
]
});