Custom Live Edge Dining Tables Los Angeles

Custom live edge dining tables designed and built in Los Angeles using carefully selected hardwood slabs sourced throughout California and Hawaii. Each piece begins with the material itself—chosen not only for its visual character, but for how it will perform within the space it’s intended for. From Claro walnut and American elm to monkeypod, these species bring a range of tones and grain patterns suited to modern Los Angeles interiors.

What Is a Live Edge Dining Table?

A live edge dining table preserves the natural contour of the tree, allowing the organic shape of the slab to define the final form of the piece. Unlike mass-produced furniture, each table is unique—shaped by the grain, edge, and structure of the wood itself. In Los Angeles homes, live edge dining tables are often used to introduce warmth, texture, and natural material into modern interiors.

Sourcing Hardwood Slabs for Live Edge Tables in Los Angeles

Selecting the Right Slab

For our live edge dining tables, we work primarily with walnut, monkeypod, and American elm—species valued for their strength, stability, and distinct grain character. Each slab is individually selected, with its natural edge, movement, and proportions guiding the direction of the design.

Single Slab and Book-Matched Tables

Depending on the project, we either build from a single slab or use a book-matched pair to create a more continuous, symmetrical surface. A single slab highlights the individuality of the material and its natural variation, while a book-matched layout introduces balance and visual rhythm—particularly suited for larger dining and conference tables.

Built in Los Angeles

Each table is designed and built in Los Angeles, allowing for direct collaboration throughout the process—from slab selection to delivery and installation. We work with clients across Los Angeles, including Santa Monica, Beverly Hills, Malibu, and the San Fernando Valley, creating dining tables tailored to the scale and character of each space.

From Slab to Finished Dining Table

The gallery below reflects a range of approaches shaped by different species, slab selections, and spatial requirements. Some pieces remain restrained and minimal, while others embrace the full movement and figure of the wood. In every case, the final composition is guided by the relationship between material, proportion, and environment.

Over time, these tables evolve within their settings. Changes in light reveal shifts in tone and grain while the form remains grounded and consistent. This balance between natural material and architectural clarity defines a well-crafted live edge dining table in Los Angeles.

Claro Walnut Live Edge Table & Wishbone Legs

Claro Walnut Live Edge Dining Table
Monkey Pod Live Edge Table

Hawaiian Monkeypod Live Edge Dining Table

Hawaiian Monkeypod Live Edge Kitchen Table

Claro Walnut Live Edge Dining Table

Claro Walnut Live Edge Dining Table

Marbled Claro Walnut Live Edge Table

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

Book Matched Claro Walnut Table with Cast Iron Legs

American Elm Live Edge Dining Table

American Elm Live Edge Dining Table
American Elm Dining Table

American Elm Book Matched Table with Aluminum Base

Claro Walnut River Dining Table

Claro Walnut Live Edge Dining Table

Choosing the Right Slab for a Dining Table.

Choosing the right slab for a dining table involves balancing scale, grain movement, and proportion. Wider slabs create a stronger visual presence, while narrower layouts feel lighter within the room. Edge profile, thickness, and base design all contribute to how the piece integrates into the surrounding space.

How Much Does a Live Edge Dining Table Cost?

The cost of a custom live edge dining table depends on the size, wood species, slab figure, and construction details. Smaller tables with cleaner grain patterns typically fall within a lower range, while larger or highly figured slabs increase in value. Each project is quoted individually based on material and design.

Explore available slabs and begin designing your custom coffee table.

Explore Other Custom Tables

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