SKU: T190-217

Fendenmore - Chair Side End Table

$18999 USD $23999

Color

Delivery and Shipping

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

Embrace simply stylish sofa-side function with this chairside end table. Keep entertainment essentials like remotes, coasters and more close with the handy storage cabinet. Battery running low? Built-in USB ports keep easy charging at your fingertips. And with the table's rustic finish, it has the versatility to pair with aesthetics from casual to farmhouse.
Fendenmore - Chair Side End Table - Brown
14.0"W x 23.5"D x 24.5"H - 50.0 lb
Fendenmore - Chair Side Table - Two-tone
14.0"W x 23.5"D x 24.5"H - 50.0 lb
Fendenmore - Chair Side End Table - Two-tone
14.0"W x 23.5"D x 24.5"H - 50.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'); } } });