Indoor Dining
134
{
const queryString = new URLSearchParams(new FormData($refs.filter_form)).toString()
loading = true;
fetch('/collections/indoor-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
Radius Dining Table
$2,170 USD
Solid Dining Table
$3,245 USD
Solid Dining Table
$1,950 USD
101 Dining Table
$2,745 USD
School Chair
$435 USD
Signature Dining Chair
$385 USD
Signature Arm Chair
$465 USD
Signature Cafe Chair
$295 USD
Signature Stool
$705 USD
Bent Stool
$1,225 USD
Solid Bench
$1,940 USD
Radius Dining Table
$2,595 USD
Radius Dining Table
$2,170 USD
Solid Dining Table
$3,245 USD
Solid Dining Table
$1,950 USD
101 Dining Table
$2,745 USD
School Chair
$435 USD
Signature Dining Chair
$385 USD
Signature Arm Chair
$465 USD
Signature Cafe Chair
$295 USD
Signature Stool
$705 USD
Bent Stool
$1,225 USD
Solid Bench
$1,940 USD
Solid Bench
$1,535 USD
Radius Bench
$1,695 USD
Bent Cafe Stool
$345 USD
Bent Cafe Table - Round Top
$1,525 USD
Bent Cafe Table - Round Top
$985 USD
Cafe Table - Rectangular Top, Bolted Base
$1,355 USD
Cafe Table - Rectangular Top, Bolted Base
$1,355 USD
Cafe Table - Round Top, Bolted Base
$945 USD
Cafe Table - Round Top, Bolted Base
$1,475 USD

