728x90
반응형
Uncaught TypeError: Cannot read property 'field' of undefined
위와 같은 에러가 뜨며 부트스트랩에 문제가 있다고함
부트스트랩 문제는 아니고..
위와같이 table에
thead의 th갯수와
tbody의 tr갯수가 맞지 않아 생기는 현상.
위아래 태그 갯수를 맞춰주면 해결됨
if you got this error,
<th> tags count and <tr> tags count doesn't match.
check your tags count. it should be same.
반응형
'Solution' 카테고리의 다른 글
[WEB] net::ERR_ABORTED 에러 (0) | 2018.02.08 |
---|---|
[MSSQL] 테이블 변경내용 저장 (0) | 2017.08.14 |
[JavaScript] $ Is not defined 에러 (0) | 2017.07.24 |
[JQuery] replace 콤마 제거 (0) | 2017.07.21 |
[JavaScript] event.keyCode가 firefox에서 작동하지 않을 때 (0) | 2017.01.05 |
댓글