ChannelFinder/pvinfo

live pv monitoring monitor all with page size changes

Closed this issue · 2 comments

If you hit "monitor all" with a page size of 20, change the page size to 10, and then change back to 20 then the values are a bit weird (no severity colors) and don't seem to be updating.

Ended up deciding that this was not worth the pain and code complexity to implement. Realized that in MUI when you change the table on a page that is not the first one, that the resizing works "globally". For instance, page size == 50, switch to page 2 and now you see PVs 51-100. If you switch the page size to 5, you will now see PVs 6-10

#54

This PR reverts #54 and instead just clears all monitoring and the monitor all checkbox if the page size changes