DataTable dom, autoWidth, scrollX, and buttons configuration not successful
## Frontend <script> $(document).ready(function () { // Function to handle form submission function submitForm(event) { event.preventDefault(); $(‘#loadingSpinner’).show(); const indicator = document.getElementById(‘indicator’).value; const selectedIP = document.getElementById(‘ip’).value; var dynamicPart = ‘?indicator=’ + indicator; if (selectedIP) dynamicPart += ‘&ip=’ + selectedIP; var ajaxURL = ‘/Request_Returned’ + dynamicPart; window.history.pushState({}, ”, ajaxURL); console.log(‘Form submitted with URL:’, ajaxURL); console.log(‘Data being sent:’, […]