SKU: B03548932

Classic Round Dining Table

$69999 USD $88999

Color

Delivery and Shipping

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

  • Elegant Design: Features a classic round shape, adding sophistication to any dining space.
  • Durable Construction: Made with MDF and solid wood veneer top, ensuring strength and durability.
  • Sturdy Support: Solid wood pedestal legs provide robust support for everyday dining needs.
  • Easy Assembly: Leg assembly required, with tools included for your convenience.
  • Protective Care: Use coasters or placemats to prevent marks or stains on the tabletop.
  • Spacious Seating: Comfortably accommodates 4-6 people, perfect for family meals or small gatherings.

Round Dining Table Design - Gray
44.0"W x 44.0"D x 30.25"H - 82.5 lb
Round Dining Table - Cream
44.0"W x 44.0"D x 30.25"H - 86.9 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'); } } });