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?
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
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. You know, I'm gonna take a break. Sorry for taking your time.
Replies
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
OK, so my table has fields like this:
and I have to change them to
... well now it's working.
You know, I'm gonna take a break. Sorry for taking your time.