SKU: D647D17

Bolanburg - Extension Dining Table - Brown / Beige

$1,23999 USD $1,55999


Delivery and Shipping

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

Whether your style is farmhouse fresh, shabby chic or country cottage, you'll find this extension dining table works on so many levels. The table's two-tone finish, with weathered gray on the tabletop and textured antiqued white on the double-pedestal base, offers twice the character and twice the appeal. An extension leaf makes it easy to comfortably add more guests in no time.

Additional Dimensions
  • Table depth with leaf: 103.25"
  • Table depth without leaf: 79"
  • Leaf: 24"


Product Features
  • Made with wood, veneer and engineered wood
  • Tabletop with textural weathered oak finish
  • Base with textured antiqued white finish
  • Removable center leaf
  • Table extends to 103" by pulling both ends and dropping in leaf
  • Seats up to 10 with removable leaf in place
  • Dining chairs sold separately
  • Assembly required

// 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'); } } });