jQuery dataTables makeEditable() is not a function

前端 未结 3 1519
误落风尘
误落风尘 2021-01-14 12:02

I\'m new to Datatables and I\'m trying to make the table editable, but I keep getting this error:

TypeError: $(...).dataTable(...).makeEditable is not

3条回答
  •  Happy的楠姐
    2021-01-14 12:30

    For jQuery version 1.9.1 jQuery datatable won't work. Try using jQuery version 1.7.1 instead.

提交回复
热议问题