SKU: W509S00133

Dining Table With 35" Turntable - White

$1,38999 USD $1,77999


Delivery and Shipping

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

  • Sintered Stone Surface: Provides a durable, scratch and heat-resistant surface with a sleek and modern look.
  • Stylish Walnut Base: The wooden frame delivers stability and an attractive walnut hue that enhances any decor.
  • Ample Seating: Comfortably accommodates 6-8 people, perfect for family gatherings and entertaining.
  • Versatile Design: Matches a variety of home decor styles with its timeless, modern aesthetics.
  • Easy Maintenance: Simple to clean with just a wipe, ensuring a pristine appearance over time.
  • Convenient Turntable: Includes a 35-inch round turntable for added functionality and ease during meals.

Dining Table With 35" Turntable - 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'); } } });