에러

DataTables warning: table id=example - Ajax error. For more information about this error, please see http://datatables.net/tn/7

integerJI 2020. 7. 17. 22:40

DataTables warning: table id=example - Ajax error. For more information about this error, please see http://datatables.net/tn/7 

 

Java Spring를 하며 Datatable를 가져오다 생긴 오류이다.

 

해당 부분은 controller에서 데이터를 넘겨줄때

 

data란 키값으로 넘겨줘야하는데

 

그러지 않아서 생긴 오류이다.

 

수정중에있따.