Data table not populating data in django-datatable-view

后端 未结 3 1161
伪装坚强ぢ
伪装坚强ぢ 2021-01-16 11:33

I\'ve started a new Django project with trying to test out django-datatable-view.

I\'m getting a JS error saying Uncaught TypeError: $$.each is not a function. Altho

3条回答
  •  死守一世寂寞
    2021-01-16 11:59

    In addition to openHBP answer, I had to put the initilization in a document.ready :

    
    

提交回复
热议问题