scrollResize plug-in throws : Uncaught TypeError: DataTable is undefined
scrollResize plug-in throws : Uncaught TypeError: DataTable is undefined

Description of problem:
Hi,
I have loaded the scrollResize plugin-in but it throws this error : Uncaught TypeError: DataTable is undefined.
I think the plugin does not find Datatable because I installed it with npm and it is then bundled via webpack.
How can I handle this issue?
Answers
It is ok now after installing plugins via
npm i datatables.net-plugins
.Then in my code I have: