SKU: D615-35

Lyncott - Rectangular Dining Room Butterfly Extension Table - Brown

$52999 USD $65999


Delivery and Shipping

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

A refreshed take on retro aesthetics. This dining extension table adds an air of playful simplicity to your dining space, capturing the architectural language of mid-century stylings. Subtle in design, it invites the eye with a sleek, open frame. A casual, yet timeless, finish and self-storing extension leaf complete this study in form and function.

Additional Dimensions
  • Leaf: 16"
  • Table depth with leaf: 64"
  • Table depth without leaf: 48"


Product Features
  • Made with hardwood solids, mango wood veneer and MDF substrate
  • Medium brown wood-tone finish
  • Self-storing butterfly leaf
  • Seats up to 6
  • Assembly required


Lyncott - Rectangular Dining Room Butterfly Extension Table - Brown
36.0"W x 64.0"D x 29.75"H - 100.0 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'); } } });