a | b | c |
---|---|---|
1 | 2 | 3 |
4 | 5 |
TABLE
- jQuery table row add remove length, cell length 2010.08.25
- js DOM table 컨트롤 2010.03.18
- 테이블에맞게 Text 자르기 / 테이블 고정 2006.09.06
jQuery table row add remove length, cell length
2010. 8. 25. 17:50
js DOM table 컨트롤
2010. 3. 18. 16:02
index:
cell 1-1 | cell 1-2 |
cell 2-1 | cell 2-2 |
cell 3-1 | cell 3-2 |
테이블에맞게 Text 자르기 / 테이블 고정
2006. 9. 6. 04:49
<div style="width:200; text-overflow:clip; overflow:hidden;">
<nobr>제목이 긴 문자열로 이루어진 글을 테이블의 폭에 알맞게 잘라줍니다.</nobr>
</div>
<div style="width:200; text-overflow:ellipsis; overflow:hidden;">
<nobr>제목이 긴 문자열로 이루어진 글을 테이블의 폭에 알맞게 잘라줍니다.</nobr>
</div>
<div style="width:200; text-overflow:ellipsis; overflow:visible;">
<nobr>제목이 긴 문자열로 이루어진 글을 테이블의 폭에 알맞게 잘라줍니다.</nobr>
</div>
테이블 고정
DB에서 결과 뿌려줄때 테이블 width 크기에 딱 맞게 고정
td 에 style="word-break:break-all"