Scroll to top

Office of the Mayor - City of New Orleans

Categories

Courtesy

Rep/Contact Info

Clifton M. Davis III
Executive Counsel
Terry Ebbert
Director of Public Safety
Julius Feltus
Senior Advisor
Ernest Gethers
Manager, Business Services
Rosine Pema Sanga
Director of International Relations
Jeffrey Schwartz
Director
Gloria Smith
Arthur C Walton
Intergovernmental Relations - Director

document.addEventListener('DOMContentLoaded', function () { document.querySelectorAll('table.tablepress').forEach(table => { // Wrap table in responsive div if not already if (!table.parentElement.classList.contains('tablepress-responsive')) { const wrapper = document.createElement('div'); wrapper.classList.add('tablepress-responsive'); table.parentNode.insertBefore(wrapper, table); wrapper.appendChild(table); } // Generate data-th attributes for stacked view const headers = Array.from(table.querySelectorAll('thead th')).map(th => th.textContent.trim()); table.querySelectorAll('tbody tr').forEach(row => { Array.from(row.children).forEach((cell, i) => { cell.setAttribute('data-th', headers[i] || ''); }); }); }); });