SKU: HE555PT

Halle - Counter Table With 18" Leaf - Dark Brown

$49999 USD $61999


Delivery and Shipping

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

Modern farmhouse design in a counter table that seats six comfortably, the Halle Counter Dining Table features timber-beam legs with clean lines that will complement cottage or contemporary settings. The 60-inch table expands easily to 78 inches with the 18-inch leaf to accommodate extra guests or family. The neutral ebony and honey finish adds a refined look to this instant farmhouse classic.

Product Features
  • Constructed of mango veneers, Asian hardwood solids and engineered woods
  • Modern Farmhouse style
  • Overlapping diamond veneer pattern on table top adds detail and makes for a great dining setting


Halle - Counter Table With 18" Leaf - Dark Brown
60.0"W x 42.0"D x 36.5"H - 138.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'); } } });