hi, I am using id="kt_ecommerce_report_customer_orders_table" as table id. How can I use it as a responsive? This is how we normally use it.
$('#example').DataTable( {
responsive: true
});
Hi,
You can refer to Datatables Responsive and modify the datatable src/js/custom/apps/ecommerce/reports/customer-orders/customer-orders.js
.
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.