column filters in responsive table are now saved to session storage
This commit is contained in:
parent
6360cba756
commit
311acc4761
2 changed files with 12 additions and 5 deletions
|
|
@ -232,10 +232,6 @@ export default function Devices() {
|
|||
loadGroups()
|
||||
}, [groupLimit, groupPage, orderGroup, orderGroupBy, searchGroup])
|
||||
|
||||
useEffect(() => {
|
||||
console.log(search)
|
||||
}, [search])
|
||||
|
||||
const handleChange = (event: any) => {
|
||||
setLimit(event.target.value);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue