0 $0.00
items in your cartto quote Checkout
Ooops no items were found.
Try something else.
Ok
Loading…
Search & Filter

Table Bases/Legs

60 items found
Sort by
AdaptivErgo Sit-Stand Two-Stage Electric Height-Adjustable Table Base, 48.06" x 24.35" x 27.5" to 47.2", Gray
AdaptivErgo Sit-Stand 3-Stage Electric Height-Adjustable Table Base with Memory Control, 48.06" x 24.35" x 25" to 50.7",Black
AdaptivErgo Sit-Stand 3-Stage Electric Height-Adjustable Table Base with Memory Control, 48.06" x 24.35" x 25" to 50.7", Gray
AdaptivErgo Sit-Stand Pneumatic Height-Adjustable Table Base, 59.06" x 28.35" x 26.18" to 39.57", Black
Alera Open Office Series O-Leg Return Base, Fully Adjustable, 36 to 70.78w x 23.38d x 28.5h, Silver
Alera Open Office Desk Series Adjustable O-Leg Desk Base, 47.25 to 70.78w x 23.63d x 28.5h, Silver
Alera Open Office Desk Series Adjustable O-Leg Desk Base, 47.25 to 70.78w x 29.5d x 28.5h, Silver
Alera Hospitality Series Single-Column Bases, 27.5" Diameter x 40.38"h, 300 lb Cap, Steel, Black
Flip and Nest Table Base, 32.25w x 23.63d x 28.5h, Black
Alera Valencia Flip Training Table Base, Modesty Panel, 57.88w x 19.75d x 28.5h, Black
Alera Valencia Series Training Table T-Leg Base, 24.5w x 19.75d x 28.5h, Black
Alera Valencia Series Training Table T-Leg Base, 54w x 19.75d x 28.5h, Black
Total 60 products
show per page
SEARCH ×

// Move new inventory (() => { const category = document.querySelector('.ex-category'); const search = document.querySelector('.ex-searchresult'); if (!category && !search) return; const moveInventory = () => { document.querySelectorAll('.tileparent').forEach((tile) => { if (tile.classList.contains('loaded')) return; tile.classList.add('loaded'); const footerWrapper = tile.querySelector('.footer-wrapper-description'); const inventory = tile.querySelector('.live-inventory-v2-wrapper'); if (footerWrapper && inventory) { footerWrapper.append(inventory); } }); }; moveInventory(); document.addEventListener('live-inventory-done', () => { moveInventory(); }, false); document.addEventListener('product-loadmore-success', (e) => { moveInventory(); }, false); })(); // PDP Inventory (() => { const product = document.querySelector('.ex-product'); if (!product) return; const moveInventory = () => { const desktopDetails = document.querySelector('.desktop .productdetails'); const desktopInventory = document.querySelector('.desktop .live-inventory-v2-wrapper'); if (desktopDetails && desktopInventory) { desktopDetails.append(desktopInventory); } const mobileDetails = document.querySelector('.mobile .productdetails'); const mobileInventory = document.querySelector('.mobile .live-inventory-v2-wrapper'); if (mobileDetails && mobileInventory) { mobileDetails.append(mobileInventory); } }; document.addEventListener('live-inventory-done', () => { moveInventory(); }, false); })();