SKU: RV500PTTBC

Riverdale - Counter Table And Base - Light Brown

$1,08999 USD $1,35999


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 counter 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
  • Built from kiln-dried wood that helps prevent warping, splitting, cracking and developing mildew.
  • The 72-inch counter table effortlessly extends with two 12-inch leaves, accommodating up to ten guests by expanding to 84 or 96 inches.

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