Scroll to top

Tommy's Seafood Inc.

Categories

Service Industries

About Us

Tommy’s Seafood, founded in 1981, is a gulf seafood processor located in New Orleans, Louisiana. Tommy’s can custom pack our products within your specification in your brand. Tommy’s also provides R&D

Rep/Contact Info

Card image cap
Mr. Sean Thomas Delaune
Owner

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] || ''); }); }); }); });