SKU: RV700T

Riverdale - Dining Table - Driftwood

$76999 USD $95999


Delivery and Shipping

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

A mix of modern elements and a natural, distressed finish create a casual, relaxed table perfect for today's dining interiors. The 64-inch table expands to a full 80-inches with the insertion of the included 16 inch leaf to seat eight comfortably. The chamfered, taped legs add a contemporary look to the heirloom feel of the table in a Modern Ranch design comfortable in a rural, urban or suburban setting.

Product Features
  • Constructed of pine and other wood solids, engineered woods and pine veneers
  • Details including chamfered tapered leg posts and breadbox veneer top add elegance to the design
  • Advanced distressing techniques including rasping and wormholes give the table a relaxed heirloom aesthetic


Riverdale - Dining Table - Driftwood
64.0"W x 40.0"D x 30.0"H - 130.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'); } } });