2016-06-22 3 views
0

<th> 필드에 부트 스트랩 라벨을 추가하려고합니다. 부트 스트랩 테이블에 가지고 있기 때문에 레이블에 표시 할 필드의 결과를 얻을 수 있습니다. 이것에 접근하는 가장 좋은 방법은 무엇입니까? <span><th> 안에 넣어도 원하는 결과가 나오지 않습니다. 나는 그 결과를 레이블로하고 싶다. 이것이 가능한가?부트 스트랩 테이블에서 부트 스트랩 라벨 사용하기

<table id="medicationtable"> 
    <thead> 
    <tr> 
     <th data-field="Medication_Name">Medication Name</th> 
     <th data-field="Read_Code">Read Code</th> 
     <th data-field="Dose">Dose</th> 
     <th data-field="Date_Started">Date Started</th> 
     <th data-field="Date_Ended">Date Ended</th> 
    </tr> 
    </thead> 
</table> 

답변