SKU: RV500TTB

Riverdale - Dining Table - Dark Brown

$1,03999 USD $1,29999


Delivery and Shipping

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

This Rustic Ranch table makes a great centerpiece to any casual dining setting. This table is built to seat all your family and friends with two-12 inch leaves that insert on the outer leaves to expand the table72 to a full 96 inches with seating for up to 10. The railroad tie base stretchers add look and strength to the table base and complement the saw-rasping distressing that will make the table fit in settings from the plains to the city.

Product Features
  • Constructed of pine solids, Asian hardwood solids, and pine veneers with engineered hardwoods
  • The 72-inch table effortlessly extends with two 12-inch leaves, accommodating up to ten guests by expanding to 84 or 96 inches.
  • Wood scoring and rub-through distressing lends the rustic feel of a cherished and well-loved antique while also masking any scratches or wear and tear over time, making it perfect for households with children or pets.

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