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

School & Reading Desks

31 items found
Sort by
SmartLink Student Desk, Rectangle, 20" x 26" x 23" to 33", White, 2/Carton
AlphaBetter 2.0 Height-Adjustable Student Desk with Pendulum Bar and Book Box, 27.75" x 19.75" x 22" to 30", Pebble Gray
AlphaBetter 2.0 Height-Adjustable Student Desk with Pendulum Bar, 27.75" x 19.75" x 29" to 43", Pebble Gray
Simple Study Desk, 30.5" x 23.2" x 29.5", Walnut
Modern Teacher Series Pedestal Desk, Left-Side Pedestal: Box/Box/File, 60" x 24" x 28.75", Charcoal Woodgrain/Gray
Modern Teacher Series Pedestal Desk, Left-Side Pedestal: Box/Box/File, 60" x 24" x 28.75", White/Silver
Instructor's Desk, 60" x 30" x 36", Oak/Black
Teachers Pedestal Desks, One Right-Hand Pedestal: Box/File Drawers, 48" x 30" x 29.5", Walnut/Black
Teachers Pedestal Desks, One Right-Hand Pedestal: Box/File Drawers, 48" x 30" x 29.5", White/Platinum
Teachers Pedestal Desks, Left and Right-Hand Pedestals: Box/File Drawer Format, 60" x 30" x 29.5", Walnut/Black
Teachers Pedestal Desks, Left and Right-Hand Pedestals: Box/File Drawer Format, 60" x 30" x 29.5", White/Platinum
Mobile Teachers Pedestal Desks, Right-Hand Pedestal: Box/File Drawers, 48" x 30" x 29.5", Walnut/Black
Total 31 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); })();