SKU: TN600GT

Pendleton - Gathering Table - White

$44999 USD $56999


Delivery and Shipping

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

A casual two-tone finish and heritage farmhouse style are the hallmarks of the Pendleton Counter Height Gathering Table. Ivory and Honey Oak tones give an instant feeling of home while the plank-effect table and  a saloon-style galley rail make the table feel like an instant time-treasured heirloom. Pair with the matching Pendleton Counter Stools for a coordinated classic look.

Product Features
  • Constructed of Asian hardwood solids, oak veneers, iron and engineered hardwood products
  • Styling details include plank-effect top, double pedestal base and metal galley rail
  • Table seats up to six people


Pendleton - Gathering Table - White
59.5"W x 31.5"D x 36.0"H - 103.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'); } } });