Dining
21Room for the whole family, office, or restaurant—our dining sets are ready to seat your party.
{
const queryString = new URLSearchParams(new FormData($refs.filter_form)).toString()
loading = true;
fetch('/collections/dining?' + queryString)
.then(response => response.text())
.then(data => {
let html_div = document.createElement('div');
html_div.innerHTML = data;
let html_dom = html_div.querySelector('#ProductGridContainer').innerHTML;
document.querySelector('#ProductGridContainer').innerHTML = html_dom;
// update url without refreshing the page
history.replaceState(null, null, '?' + queryString);
})
.catch(error => console.error('Error:', error))
.finally(() => loading = false);
})"
>
Grid Size
Signature Stool
$795 USD
101 Dining Table
$3,135 USD
101 Bench
$1,735 USD
Signature Cafe Chair
$355 USD
101 Bench
$1,455 USD
Signature Cafe Chair
$335 USD
Bent Staple Bench
$1,085 USD