diff --git a/src/components/Dashboard/Production/Printers.jsx b/src/components/Dashboard/Production/Printers.jsx index de51288..9d3d1e5 100644 --- a/src/components/Dashboard/Production/Printers.jsx +++ b/src/components/Dashboard/Production/Printers.jsx @@ -87,6 +87,14 @@ const Printers = () => { cards={viewMode === 'cards'} visibleColumns={columnVisibility} expandHeight={true} + saveFilterInSession={true} + saveFilterInUrl={true} + useFilterInSession={true} + useFilterInUrl={true} + saveSortInSession={true} + saveSortInUrl={true} + useSortInSession={true} + useSortInUrl={true} />