SKU: 704-6

Kona Grove - Cabinet Chairside Table - Chocolate Dark Brown

$39999 USD $48999


Delivery and Shipping

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

Jofran is proud to present our Kona Grove Collection. Reminiscent of tropical getaways and breezy lanais, the warm finish of this collection offers a unique style element to your living space. This chairside table features one drawer and one wood door.

Product Features
  • Kona Grove Finish: Rustic, deep chocolate finish with light distressing.
  • Ships fully assembled
  • One Drawer
  • One Door
  • Drawer Dimensions: 7"Wx13"Lx3.5"D
  • Cabinet Dimensions: 11"Wx22"Dx11"H
  • For residential use only


Kona Grove - Cabinet Chairside Table - Chocolate Dark Brown
18.0"W x 24.0"D x 25.0"H - 34.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'); } } });