After installing DataTables 1.10.4 via NuGet (VS2013) I got an error about a SortIcon. After a bit of searching it appears that the following files included in the NuGet package are wrong:
- dataTables.jqueryui.css
- dataTables.jqueryui.js
After replacing them with the versions from http://datatables.net/manual/styling/jqueryui everything worked fine.
I'm not sure who maintains the NuGet package for DataTables. If someone knows could they please make them aware of this issue so hopefully we can get this fixed ASAP.
Thanks,
David