SKU: ABR500N-TTTB

Aubrey - Dining Table With 18" Leaf

$81999 USD $1,01999

Color

Delivery and Shipping

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

The Aubrey 78-96 inch dining table with an 18-inch leaf emanates modern lodge vibes, boasting clean lines and craftsman influences. Its sleek waxed finish exudes a contemporary allure, accentuated by finished stretchers with exposed tenons, allowing for effortless mix-and-match styling with other pieces. Transition seamlessly from intimate gatherings to inclusive feasts with the simple insertion of the 18-inch leaf, expanding the table from 78 to 96 inches in a snap. Instantly accommodate up to ten people, ensuring ample space for memorable dining experiences with family and friends.
Aubrey - Dining Table With 18" Leaf - Brown
78.0"W x 42.0"D x 30.0"H - 160.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'); } } });