Indoor Dining
199
{
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
Cafe Table - Rectangular Top, Weighted Base
$1,395 USD
ADA Cafe Table - Rectangular Top, T-Leg Base
$2,325 USD
Cafe Table - Round Top, Bolted Base
$1,465 USD
Cafe Table - Rectangular Top, Bolted Base
$1,245 USD
Canasta Sofa - Medium
$4,985 USD
Canasta Sofa - Medium
$5,325 USD
Canasta Sofa - Large
$5,985 USD
Canasta Sofa - Large
$6,335 USD
Canasta Sofa - Medium
$4,855 USD
Canasta Ottoman
$1,526 USD
Signature Dining Chair
$410 USD
Signature Arm Chair
$475 USD
101 Dining Table
$2,800 USD



