Whether searching for a new employer or on a career hunt of your own, join theWorld Trade Center New Orleans as an intern to find International opportunities in globally minded businesses.
Internships
Boost your international business skills, network with the international business community and earn valuable experience while being an intern with us. Learn more and apply today.
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] || '');
});
});
});
});