When I\'ve wrapped Slick Grid plugin into directive, some Slick Grid options (resizing and drag & drop columns) do not work. I think those events may conflict with directive
my bugs are solved, after take some time to research, I found a solution here Uncaught TypeError: Cannot read property 'msie' of undefined
My newer version jquery(1.9.1) caused that problem.
You need to include jQuery UI to use SlickGrid's column resizing/reordering.