동적 table


동적 table

[code] .list-tb { border-collapse: collapse; } .list-tb tr th { padding: 0 10px; white-space: nowrap; height:25px; background-color:#bccfe3; font-weight:bold; color: #FFF; border: 1px solid #ede9e3; } .list-tb tr td { white-space: nowrap; padding: 0 10px; height: 25px; border: 1px solid #ede9e3;} .list-tb tr:nth-child(odd) { background-color:#F7F7F7; } [/code]...

동적 table에 대한 요약내용입니다.

자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.



원문링크 : 동적 table