Table

1. ν…Œμ΄λΈ” μš”μ†Œ

ν…Œμ΄λΈ”μ— λ“€μ–΄κ°ˆ λ‚΄μš©μ— 따라 λ²„νŠΌκ³Ό μ•„μ΄μ½˜λ“±μ˜ μš”μ†Œλ“±μ˜ λ°°μΉ˜κ°€ λ³€κ²½λ˜μ–΄ μΆ”κ°€μ μœΌλ‘œ λ“€μ–΄κ°€λ©΄ λ©λ‹ˆλ‹€. (ν…Œμ΄λΈ” λ‚΄μ—μ„œ μ‚¬μš©λ˜λŠ” λ²„νŠΌμ€ μ•„μ΄μ½˜ ν˜•νƒœμ™€ text λ²„νŠΌμ„ μ‚¬μš©ν•˜κΈΈ ꢌμž₯ν•©λ‹ˆλ‹€.)

2. ν…Œμ΄λΈ” μ˜ˆμ‹œ

ν…Œμ΄λΈ”μ€ λ‚΄μš©μ— 따라 λ¦¬μŠ€νŠΈμ—μ„œ μ‚¬μš©λ˜λŠ” 심볼이 λ‹¬λΌμ§‘λ‹ˆλ‹€. ν…Œμ΄λΈ”μ˜ 리슀트의 λ†’μ΄λŠ” μ΅œμ†Œ κ°’(심볼기쀀)을 지킀도둝 ν•˜κ³  ν…μŠ€νŠΈκ°€ 2쀄일 경우 높이에 λŒ€ν•œ κ°€μ΄λ“œκ°€ ν•„μš”ν•©λ‹ˆλ‹€.

2-1 ν…Œμ΄λΈ”

<table class="tb-col-view">
	<colgroup>
		<col width="8%">
		<col width="14%">
		<col width="9%">
		<col width="10%">
		<col width="21%">
		<col width="10%">
		<col width="10%">
		<col width="10%">
		<col width="8%">
	</colgroup>
	<thead>
		<tr>
			<th scope="col">선택</th>
			<th scope="col">타이틀 1</th>
			<th scope="col">타이틀 2</th>
			<th scope="col">타이틀 3</th>
			<th scope="col">μ„œλΉ„μŠ€</th>
			<th scope="col">μ•„μ΄μ½˜</th>
			<th scope="col">λ²„νŠΌ</th>
			<th scope="col">μƒνƒœ 승인</th>
			<th scope="col" class="c-align">νŽΈμ§‘</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td>승인 λŒ€κΈ°</td>
			<td><a href="#none">μ˜€μ‚°μ‹œλŒ€κΈ°μ§ˆλͺ¨λ‹ˆν„°λ§μ„œλΉ„μŠ€</a></td>
			<td>μ‹€μ™Έ 미세먼지</td>
			<td>serial_number_03t</td>
			<td>λŒ€κΈ°μ§ˆ λͺ¨λ‹ˆν„°λ§ μ„œλΉ„μŠ€ 곀지암 λ¬Όλ₯˜μ„Όν„° μ§„λ™μ„Όμ„œ</td>
			<td>κΉ€μ„±ν˜œ (SK Planet)</td>
			<td>2020.02.30. 03:09</td>
			<td>-</td>
			<td class="c-align"><button type="button" class="ins-btn edit">μˆ˜μ • λ²„νŠΌ</button></td>
		</tr>
		<tr>
			<td>승인</td>
			<td><button type="button">μ˜€μ‚°μ‹œλŒ€κΈ°μ§ˆλͺ¨λ‹ˆν„°λ§μ„œλΉ„μŠ€</button></td>
			<td>μ‹€μ™Έ 미세먼지</td>
			<td>serial_number_03t</td>
			<td>λŒ€κΈ°μ§ˆ λͺ¨λ‹ˆν„°λ§ μ„œλΉ„μŠ€ 곀지암 λ¬Όλ₯˜μ„Όν„° μ§„λ™μ„Όμ„œ</td>
			<td>μ΄μ§€ν›ˆ</td>
			<td>2020.02.30. 03:09</td>
			<td>2020.02.30. 03:09</td>
			<td class="c-align"><button type="button" class="ins-btn edit">μˆ˜μ • λ²„νŠΌ</button></td>
		</tr>
	</tbody>
</table>

@ Pagination

2-2 νŽ˜μ΄μ§•

<div class="set-btn-page">
    <button type="button" disabled="disabled" class="arrow-btn prev">이전 νŽ˜μ΄μ§€λ‘œ 이동</button>
    <button type="button" class="current">1</button>
    <button type="button">2</button>
    <button type="button">3</button>
    <button type="button">4</button>
    <button type="button">5</button>
    <button type="button" class="arrow-btn next">λ‹€μŒ νŽ˜μ΄μ§€λ‘œ 이동</button>
</div>

Last updated