SKU: RTN500-TTTB

Roatan - Table With Leaf - Brown

$81999 USD $1,01999


Delivery and Shipping

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

The Roatan 80-96 inch Table with a self-storing 16-inch leaf combines modern design with functionality, making it a standout piece for any dining area. This double pedestal table easily seats ten, offering a perfect solution for both intimate family dinners and large gatherings. Its sturdy base and stylish support enhance the room’s aesthetic while providing reliable durability. The light toffee finish and reverse-matched diamond veneer highlight the natural beauty of the wood, adding warmth and sophistication to your décor. Crafted from limba veneers, solid Asian hardwoods, and engineered woods, this table features a streamlined, elegant look with a two-tone toffee and black finish. The table extends effortlessly with a high-quality steel glide and stores the leaf conveniently underneath.

Product Features
  • Crafted of limba veneers, solid Asian hardwoods and engineered woods
  • Styling details include substantial table top of wood that creates a clean, streamlined look., a reverse matched, diamond veneered top that beautifully displays the grain of the limba veneers and a two-tone finish with toffee finished table top and black undertop accent that matches the rest of the Roatan collection
  • Kiln-dried wood helps prevent warping, splitting, cracking and developing mildew.

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