Hi, I would like to use below plugin for datatables, how to embed in theme? Thanks
https://datatables.net/plug-ins/pagination/input
Hi,
You can include extra datatable plugins in tools/gulp.config.js
under datatables
node and include the above plugin js script after dataTables.conditionalPaging.js
and recompile the assets.
Then recompile your assets folder with Gulp or Webpack.
Please note that the build tools are required only in the development environment just to compile the assets when the source folder files are modified. In the hosting/server deployment, you will only need the compile assets, no need to install the build tools dependencies there.
Regards.