SKU: EVA500NT

Evan - Dining Table - Brown

$67999 USD $84999


Delivery and Shipping

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

The Evan 78-96" Dining Table combines modern design with lasting durability. Built from oak and mango veneers over acacia and Asian hardwood, its kiln-dried wood resists warping and cracking. A sleek double pedestal base and clean lines offer a refined look, while an 18-inch leaf expands it to seat ten. The wire-glide mechanism ensures smooth extension, and a hand-stained walnut color finish enhances the natural grain. With easy assembly and included tools, this table is a stylish, functional centerpiece for any dining space.

Product Features
  • Crafted from oak veneers with acacia, mango and Asian hardwood solids and engineered woods
  • The 78-inch table extends to 96 inches with a wire-glide mechanism, easily operated by one person, to seat up to 10. The 18-inch leaf stores neatly beneath the tabletop, offering a versatile, space-saving solution for extra seating when needed.
  • The wire-brushed finish adds depth and character to the chair, making it a truly unique and stylish addition to any space.


Evan - Dining Table - Brown
78.0"W x 40.0"D x 30.0"H - 150.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'); } } });