Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore diacritics not working #710

Open
pgranato opened this issue May 2, 2019 · 1 comment
Open

Ignore diacritics not working #710

pgranato opened this issue May 2, 2019 · 1 comment

Comments

@pgranato
Copy link

pgranato commented May 2, 2019

For usage and support questions, please check out resources below, you might find an answer:

@pgranato
Copy link
Author

pgranato commented May 2, 2019

I've installed the last version of TableFilter downloading the script on my server. It works fine (and it's a great library by the way!) but I did not manage to make the ignore_diacritics feature work.

This is the code used to include TableFilter in the page:

<script>
    var tf = new TableFilter(document.querySelector('#persontable'), {
        col_2: 'select',
        col_4: 'select',
        col_5: 'none',
        col_6: 'none',
        col_7: 'none',
        col_8: 'none',
        col_9: 'none',
        col_10: 'select',
        col_11: 'none',
        col_12: 'none',
        col_13: 'none',
        base_path: '../js/tablefilter/',
        ignore_diacritics: true,
        auto_filter: {
            delay: 500 //milliseconds
        },
        filters_row_index: 1,
        rows_counter: true,
        btn_reset: true,
        status_bar: true,
        msg_filter: 'Filtering...'
    });
    tf.init();
</script>

Unfortunately I cannot provide public links to the page as it is in a intranet portal.
As additional note, the page is not HTML5 but uses an old HTML4 template with iso-8859-1 charset.

portal

TableFilter version: 0.6.79
Browser and version: Chrome 73
OS and version: Windows 10

Additional information:

  • Problem started happening recently, didn't happen in an older version of
    TableFilter: No
  • Problem can be reliably reproduced, doesn't happen randomly: Yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant