Filter not working for single charcter

Filter not working for single charcter

santoshhk1santoshhk1 Posts: 12Questions: 0Answers: 0
edited January 2014 in General
Filter not working for single character. when i type single character it wont filter any result.

Can anyone help.

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Link to a test case please, as noted int eh forum rules: http://datatables.net/forums/discussion/12899/post-test-cases-when-asking-for-help-please-read

    Allan
  • santoshhk1santoshhk1 Posts: 12Questions: 0Answers: 0
    Hi 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 .
  • santoshhk1santoshhk1 Posts: 12Questions: 0Answers: 0
    here is table html:



    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>
  • santoshhk1santoshhk1 Posts: 12Questions: 0Answers: 0
    and script:

    $('#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 }
    ]
    });
  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Please use http://live.datatables.net or JS Fiddle to create a test case showing the error. Or link to a page showing the error, so we can debug it.
This discussion has been closed.