SKU: PCD609-16

Tameride - Triangle Dining Room Table - Brown

$17999 USD $22999


Delivery and Shipping

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

A refreshed take on retro aesthetics. This table adds an air of playful simplicity to your dining space, capturing the architectural language of mid-century stylings. Subtly dynamic in design, it invites the eye with its triangular shape and softly rounded corners. A casual, yet timeless, finish completes this study in form and function.

Additional Dimensions
  • Apron to floor: 26.88"


Product Features
  • Made with hardwood solids, mango wood veneer and MDF substrates
  • Medium brown finish
  • Seats up to 3
  • Assembly required


Tameride - Triangle Dining Room Table - Brown
35.25"W x 33.5"D x 30.0"H - 39.6 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'); } } });