SKU: WH200E

Whitman - Square End Table - White

$17999 USD $22999


Delivery and Shipping

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

Mid-Century Modern elegance in a table for a living room or bedroom. The Whitman End Table has a the look and feel of a weathered white antique complemented by champagne tubular legs. A bottom shelf adds display or storage space to any room and the pull-out drawer is a handy place for remotes or electronics. The drawer slot offers a handy and clean look to a great item for a Side Table or Nightstand.

Product Features
  • Crafted of painted particle board and powder-coated iron base
  • Working drawer and bottom shelf provide valuable storage for remotes, tablets or other items
  • Can be used as a Side Table or Nightstand, with the 24" height working especially well for low profile beds


Whitman - Square End Table - White
22.0"W x 22.0"D x 23.75"H - 39.0 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'); } } });