Doesn't Work Datatable Responsive made by Korean
Doesn't Work Datatable Responsive made by Korean
Hi.
Thank you for reading and leaving comment.
I post discussion that same Title again. (I don't write english very well.. Sorry...)
I'd attached 2 things.
One is the *.war files Download link, the other is Screenshot.
(I don't know how to use 'JS Bin', 'JS Fiddel', 'CodePen' and I wrote the link this page. sorry T.T)
Here is the Link,
naver.me/FtXDgXRF
If Datatable 'TD' wrote by English, Responsive appears in two lines(Picture on top),
but The Table wrote by Korean, it appears in one lines. and 'TD' was aligned vertical as you look.(Picture on down)
It's same width!! Isn't Korean supported?
I had set 'EUC-KR' encoding type like this.
(<%@ page language="java" contentType="text/html; charset=EUC-KR" pageEncoding="EUC-KR"%>)
Perhaps, is this the problem?
I don't know everything..
Please solve this problem..help me
This question has an accepted answers - jump to answer
Answers
A
war
is a Java executable as far as I am aware - is that correct? I'm not really all that keen on running unknown executables on my computer I'm afraid!Allan
Hi,
If you referring td wrapping your header just try like that
<th nowrap>게시글 No.</th>
<th nowrap>브라우저</th>
<th nowrap>플랫폼</th>
<th nowrap>엔진 버전</th>
<th nowrap>CSS 등급</th>