Mark, does the whitespace and linebreaks causes this issue? i think the issue is due to conflict between the scripts and styles with theme vs data table style and script. i think that the data table is not rendering due to conflict with
the script and styles between twenty sixteen theme and data table script and styles.
The solution is we need to properly resolve by enque and registering the scripts/styles.
https://www.seedprod.com/enqueuing-styles-scripts-wordpress/
https://code.tutsplus.com/articles/how-to-include-javascript-and-css-in-your-wordpress-themes-and-plugins–wp-24321
https://datatables.net/forums/discussion/8489/cant-get-datatable-to-show-in-wordpress-page
————————————————–
1. Can you please help me with a code snippet which needs to be inserted on the word press page on how to enqueue the scripts for the single page ?
2. Do we need to add the enqueue with <? php or under the head tag in the html tag
of the word press page.
An example with JS fiddle with source code will of great help…