I'm trying to use DataTable in node.js(Express, EJS) web app. The functionality of this app is to fetch data from google cloud sql and display it in tabular format. The DataTable definition is as follow,I'm trying to use DataTable in node.js(Express,