Slick Grid wrapped in directive (angular), some options not work (resize and drag&drop columns)

后端 未结 2 428
深忆病人
深忆病人 2021-02-06 15:32

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

相关标签:
2条回答
  • 2021-02-06 15:50

    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.

    0 讨论(0)
  • 2021-02-06 15:50

    You need to include jQuery UI to use SlickGrid's column resizing/reordering.

    0 讨论(0)
提交回复
热议问题