SKU: CBR500-TTTB

Cambridge - Dining Table - Brown

$42999 USD $53999


Delivery and Shipping

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

The Cambridge 50.75″ Round Dining Table blends timeless design with everyday functionality. Featuring a rich burnished chestnut finish, this table is crafted from mango veneers and solid Asian hardwoods for lasting durability and natural warmth. The flowing round tabletop encourages easy conversation and comfortably seats up to six—perfect for family meals or game nights. A bold, architectural cross-style base provides stability and striking visual appeal. With its smooth, lightly burnished edge and elegant profile, the Cambridge Table is a versatile centerpiece for casual and transitional dining spaces alike.

Product Features
  • Expertly crafted of mango veneers, solid Asian hardwoods and engineered woods
  • Solid wood legs offer enhanced durability, longevity, and can withstand daily wear for years
  • The 50.75″ Round Top seats up to six

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