Hi,
To achieve this, please do the following steps.
- Download all the required resource for DataTable (js, css files)
- Upload these files in your under App Resources
- Each resource will generate hash variable, take note of these hash variables (e.g. #appResource.datatable.js#)
- In custom html, include these resource as required by DataTable
(<script src="#appResource.datatable.js#"></script>)
Hope this helps.