JQuery Datatables : Cannot read property 'aDataSort' of undefined

前端 未结 8 1973
日久生厌
日久生厌 2020-12-02 21:43

I created this fiddle to and it works well as per my requirements: Fiddle

However, when I use the same in my application I get an error in the browser console saying

8条回答
  •  独厮守ぢ
    2020-12-02 22:19

    It's important that your THEAD not be empty in table.As dataTable requires you to specify the number of columns of the expected data . As per your data it should be

    Subscriber ID Install Location Subscriber Name some data

提交回复
热议问题