I'm attempting to use the jquery datatables plugin and following the FixedColumns example
but I'm getting the error Error: ReferenceError: FixedColumns is not defined Line: 64
. I'm trying to make the leftmost column fixed so while you scroll horizontally you can still see the first column.
I have set up an example in jsbin that shows the error. Is FixedColumns a separate plugin to download? I couldn't find it if it is. Anyone able to explain why my code isn't working?