소스 검색

Feature / Added tfoot for printing last row on every page

master
Safet Purkovic 4 년 전
부모
커밋
20dd5b8191
1개의 변경된 파일15개의 추가작업 그리고 0개의 파일을 삭제
  1. 15
    0
      src/views/demoComponent/DemoComponent6.js

+ 15
- 0
src/views/demoComponent/DemoComponent6.js 파일 보기

@@ -2006,6 +2006,21 @@ const DemoComponent6 = () => {
</td>
</tr>
</tbody>
<tfoot>
<tr>
<td></td>
<td></td>
<td><strong>Average</strong></td>
<td><div className="clearfix">
<div className="float-left">
<strong>54%</strong>
</div>
</div>
<CProgress className="progress-xs" color="success" value="54" /></td>
<td></td>
<td></td>
</tr>
</tfoot>
</table>
</div>
</CCardBody>

Loading…
취소
저장