SKU: N752S000090D

Extendable Dining Set, Farmhouse Extendable Table With Upholstered Chairs

$1,24999 USD $1,59999

Color
Sets

Delivery and Shipping

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

  • Extendable Dining Set: Includes a rectangular dining table and f upholstered chairs with trapezoidal backrests, blending modern design with farmhouse charm - perfect for family meals or stylish entertaining.
  • Expandable Table Design: The table effortlessly extends from 60" to 78", accommodating 4 to 8 people with ease - ideal for everyday dining or hosting larger gatherings.
  • Durable & Stable Construction: Table crafted from engineered wood with oak veneer; chairs and legs made of solid rubberwood for exceptional stability. Table supports up to 450 lbs, each chair up to 250 lbs.
  • Comfortable Upholstered Chairs: Soft, linen-upholstered chairs feature high-density foam cushions and ergonomic high backs for long-lasting comfort. Anti-scratch feet protect floors and enhance stability.
  • Easy Assembly & Delivery Info: Comes in two packages with detailed instructions for hassle-free setup. Please allow time for both packages to arrive and note that product color may vary slightly due to lighting or monitor settings.
// 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'); } } });