SKU: W2700P272128

Multifunctional Folding Dining Table With Wall-Mounted Sideboard & Storage

$24999 USD $31999

Color

Delivery and Shipping

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

  • Eco-Friendly Material: Constructed with a 15mm eco-friendly board, ensuring durability and resistance to warping.
  • Built-In Power Socket: Includes a 4-in-1 power socket with AC outlets and USB ports for powering appliances and charging devices.
  • Ample Storage: Features multiple cabinets and storage compartments for organizing dinnerware, linens, and more.
  • Smooth Mobility: Equipped with silent wheels for easy movement and a locking mechanism to keep the table secure.
  • Safety Features: Locks securely with sturdy latches when fully unfolded and has smooth rounded corners to prevent injuries.
  • Easy Assembly: Comes with detailed instructions, allowing one person to assemble the table in approximately one hour.

Multifunctional Folding Dining Table With Wall Mounted Sideboard & Storage - Walnut
37.4"W x 11.81"D x 43.31"H - 112.43 lb
Multifunctional Folding Dining Table With Wall Mounted Sideboard & Storage Space Saving Design - White
37.4"W x 11.81"D x 43.31"H - 101.97 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'); } } });