I am getting this error with the following:
jquery.dataTables.js:4089 Uncaught TypeError: Cannot read property \'style\' of undefined(…)
_fnCalculateColumnWi
The solution is pretty simple.
Solution
Status
Category
Type
Due Date
Create Date
Owner
Comments
Mnemonic
Domain
Approve
Dismiss
TASKLISTGRID = $("#TASK_LIST_GRID").DataTable({
data : response,
columns : columns.AdoptionTaskInfo.columns,
paging: true
});
//Note: columns : columns.AdoptionTaskInfo.columns has at least a column not definded in the
Note: columns : columns.AdoptionTaskInfo.columns has at least a column not defined in the table head
- 热议问题