Walnut Live Edge Dining Table

Designed to seat twelve without overwhelming the space

Custom Claro walnut live edge dining table designed and built in Los Angeles using book-matched slabs selected for their grain movement, scale, and long-term stability.

Every Piece Begins With a Story

The clients were ready to move on from a traditional dining table, looking for a custom live edge dining table that could balance modern, natural, and timeless elements while still accommodating larger gatherings. The goal was clear: a table that could comfortably seat twelve, yet feel organic and at ease within the space.

This balance between scale and softness is central to many of the custom live edge tables we design for homes across Los Angeles, where openness and circulation often define the architecture. Through in-home measurements and close collaboration, the design began to take shape—guided by proportion, movement, and the way the table would be experienced day to day.

Selecting the Walnut Slabs

We began with a curated selection of Claro walnut slabs, each offering its own character. The challenge was to create a large live edge dining table that could maximize its footprint while preserving movement through the room—wider at the center, tapering at the ends, and shaped by the natural edge of the wood.

Claro Walnut Log
Claro Walnut Book Matched Table Top

Stabilizing and Refining the Surface

The slabs were flattened, reinforced, and carefully refined to preserve their natural contours while ensuring long-term durability.

Flattened while preserving natural contours

Clamping Wood Illustration

Reinforced for long-term stability

Wood Finish Illustration

Hand-sanded and finished to reveal the grain

Architectural Base Design

With the composition resolved, the base was developed as a quiet counterpoint. Custom cast-iron wishbone legs finished in soft satin bronze provide structure with minimal visual weight. Their architectural simplicity allows the live edge walnut top to remain the focal point—balancing organic movement with a refined, grounded presence.

Cast Iron Wishbone Table Legs

From Raw Slab to Finished Dining Table

Every stage of the process—from slab selection and shaping to finishing and installation—was guided by the relationship between material, proportion, and space.

Installed in the home, the table settles into the space with a sense of permanence. Its proportions feel intuitive—substantial without overwhelming—supporting both everyday use and larger gatherings with ease.

Over time, shifts in light continue to reveal movement within the walnut grain, reinforcing what defines a well-crafted live edge dining table in Los Angeles: material integrity, thoughtful design, and a presence that feels both natural and enduring.

Claro Walnut Live Edge Dining Table
Claro Walnut Live Edge Dining Table
Claro Walnut Live Edge Dining Table

Custom Walnut Live Edge Dining Tables in Los Angeles

Each custom dining table is designed around the scale and character of the space it inhabits. Built in Los Angeles using carefully selected walnut slabs sourced throughout California, these pieces balance natural material with architectural clarity and long-term functionality.

Let's Create Your Piece

Explore Other Custom Pieces

You are reserving:

Reserve Selected

Excerpt

Excerpt

function reserveSlab(button) { const card = button.closest(".e-loop-item, .elementor-post, .elementor-grid-item"); const slabName = card.querySelector(".slab-title")?.innerText.trim() || ""; const slabDesc = card.querySelector(".slab-desc")?.innerText.trim() || ""; const slabDimensions = card.querySelector(".slab-dimensions")?.innerText.trim() || ""; console.log("NAME:", slabName); console.log("DESC:", slabDesc); console.log("DIMENSIONS:", slabDimensions); setTimeout(function () { const popupName = document.querySelector(".popup-slab-title"); const popupDesc = document.querySelector(".popup-slab-desc"); const popupDimensions = document.querySelector(".popup-slab-dimensions"); if (popupName) popupName.innerText = slabName; if (popupDesc) popupDesc.innerText = slabDesc; if (popupDimensions) popupDimensions.innerText = slabDimensions; const formSlabName = document.querySelector('input[name="form_fields[slab_name]"]'); const formSlabDimensions = document.querySelector('input[name="form_fields[slab_dimensions]"]'); if (formSlabName) { formSlabName.value = slabName; formSlabName.setAttribute("value", slabName); } if (formSlabDimensions) { formSlabDimensions.value = slabDimensions; formSlabDimensions.setAttribute("value", slabDimensions); } }, 500); }