반응형
dataTable 적용 상태에서
<thead class="thead-dark">
<tr>
<th id ="tableHd">배너 ID</th>
<th id ="tableHd">등록자ID</th>
<th id ="tableHd">변경자ID</th>
<th id ="tableHd">배너 명</th>
<th id ="tableHd">사용 여부</th>
</tr>
</thead>
중요한것은 td가 아닌 th를 사용해야 함.
반응형
'De2o freelancer (OCR)' 카테고리의 다른 글
thymeleaf 조건 처리 (0) | 2020.11.25 |
---|---|
SpringBoot 세션 유지시간 Configure (0) | 2020.11.12 |
Input date type thymeleaf (0) | 2020.10.30 |
Merge conflict 해결 방법 (0) | 2020.10.08 |
고정 Sidebar (0) | 2020.10.06 |