SKU: PCD607-16

Mallenette - Triangle Dining Room Table - Merlot

$17999 USD $22999


Delivery and Shipping

At this time we are only able to offer delivery in the Southwest Missouri and Northwest Arkansas area.

This dining table adds a dash of retro-inspired flair to morning breakfasts and family dinners. A rich merlot finish captures the feel of metropolitan aesthetics. Complete with soft curves and tapered legs, it's a chic reflection of your mid-century-meets-casual taste.

Additional Dimensions
  • Apron to floor: 26.88"


Product Features
  • Made with hardwood solids, engineered wood veneer and MDF substrates
  • Rich merlot finish
  • Seats up to 3
  • Assembly required


Mallenette - Triangle Dining Room Table - Merlot
35.25"W x 33.5"D x 30.0"H - 39.6 lb
// Save scroll position before leaving page document.addEventListener('DOMContentLoaded', function() { // Save scroll position when clicking product links const productLinks = document.querySelectorAll('a[href*="/products/"]'); productLinks.forEach(link => { link.addEventListener('click', function() { sessionStorage.setItem('scrollPosition', window.scrollY); sessionStorage.setItem('scrollPage', window.location.href); }); }); // Restore scroll position when returning if (sessionStorage.getItem('scrollPage') === window.location.href) { const savedPosition = sessionStorage.getItem('scrollPosition'); if (savedPosition) { window.scrollTo(0, parseInt(savedPosition)); sessionStorage.removeItem('scrollPosition'); sessionStorage.removeItem('scrollPage'); } } });