Skip to content Skip to sidebar Skip to footer

Angular Datatables Fixed Columns Undefined Is Not A Function

I used angular datatables with fixed column, my HTML code for view as the following:

Solution 1:

I post this question on github, and l-lin answer on it.

I missed including the following:

<scriptsrc="vendor/FixedColumns-3.0.4/js/dataTables.fixedColumns.min.js"></script><linktype="text/css"href="vendor/FixedColumns-3.0.4/css/dataTables.fixedColumns.min.css">

I should download the FixColumns jQuery.

Solution 2:

You just forgot to add the ng attribute to the datatables.

Below is working Screen shot ...

enter image description here

Click here for Live Demo

Post a Comment for "Angular Datatables Fixed Columns Undefined Is Not A Function"