SKU: D589-42

Hallanden - Rectangular Dining Room Counter Extension Table - Gray

$49999 USD $61999


Delivery and Shipping

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

Cool and on-trend. This counter height extension table sports an antiqued gray color for a contemporary-yet-casual feel. The table features a storage base and removable leaf for extra seating room, making it a breeze to clear off clutter and expand your table space. Dining with friends and family has never been so stylish.

Additional Dimensions
  • Leaf: 18"
  • Apron to floor: 33.5"
  • Opening: 0"
  • Table depth with leaf: 60.25"
  • Table depth without leaf: 42.25"


Product Features
  • Made with hardwood solids, select acacia veneer and engineered wood
  • Antiqued gray finish
  • Storage base
  • Removable leaf
  • Seats up to 6
  • Assembly required


Hallanden - Rectangular Dining Room Counter Extension Table - Gray
42.25"W x 60.25"D x 36.0"H - 137.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'); } } });