SKU: D615-45

Lyncott - Rectangular Dining Room Extension Table - Brown

$62999 USD $79999


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 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 removable extension leaf complete this study in form and function.

Additional Dimensions
  • Table depth with leaf: 92"
  • Table depth without leaf: 74"
  • Leaf: 18"
  • Apron to floor: 26.5"


Product Features
  • Made with hardwood solids, mango wood veneer and MDF substrate
  • Medium brown wood-tone finish
  • Seats up to 8
  • Removable center leaf
  • Table extends by pulling both ends and dropping in leaf
  • Round tapered legs
  • Dining chairs sold separately


Lyncott - Rectangular Dining Room Extension Table - Brown
42.0"W x 92.0"D x 30.25"H - 155.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'); } } });