SKU: W509S00130

Dining Table With 35" Turntable, Seats 6 - 8 - White

$1,61999 USD $2,07999


Delivery and Shipping

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

  • Sintered Stone Dining Table: Scratch-resistant, wear-resistant, and high-temperature resistant for lasting durability.
  • Unique Base Design: Sturdy wooden frame in walnut color complements modern/mid-century decor.
  • Spacious Tabletop: Comfortably seats 6-8 people, ideal for large families and entertaining guests.
  • Multi-Scenario Application: Versatile design suitable for various home decoration styles.
  • Easy to Assemble and Clean: Includes detailed instructions, tools, and an accessory kit for quick setup.
  • Convenient Turntable: Integrated 35-inch round turntable for easy access to dishes during meals.

Dining Table With 35" Turntable, Seats 6 - 8 - White
59.0"W x 59.0"D x 29.5"H
// 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'); } } });