Have to change table's headers to Japanese characters

Have to change table's headers to Japanese characters

Sasori7Sasori7 Posts: 26Questions: 10Answers: 0

I Have to change table's headers to Japanese characters.
I changed a couple and it derails datatables.
Is there a way to do this?

Replies

  • kthorngrenkthorngren Posts: 20,148Questions: 26Answers: 4,736

    I changed a couple and it derails datatables.

    What have you tried and what happens?

    Do you get errors in the browser's console?

    Please provide a link to your page or a test case replicating the issue so we can help debug.
    https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case

    Kevin

  • Sasori7Sasori7 Posts: 26Questions: 10Answers: 0

    OK, so my table has fields like this:

    <th>First name</th>
    <th>Last name</th>
    

    and I have to change them to

    <th>名前</th>
    <th>苗字</th>
    

    ... well now it's working. :s
    You know, I'm gonna take a break. Sorry for taking your time.

Sign In or Register to comment.