glass-isc-dhcp icon indicating copy to clipboard operation
glass-isc-dhcp copied to clipboard

sorted columns don't stay sorted

Open scratchfury opened this issue 6 years ago • 3 comments

When I sort a column, the information will unsort a few seconds later. I can't seem to find a way to lock it or stop the refresh that unsorts it.

scratchfury avatar Sep 27 '18 14:09 scratchfury

That's because the style of updating that is updating information on the front page is being driven by real time updates by websockets and also being refreshed via straight HTML rendering so it completely loses sorting each time. The way to fix this would be to data bind to the table array data but for now I wil mark this as a bug and enhancement

Akkadius avatar Mar 27 '19 18:03 Akkadius

As a workaround, I updated my timer to 60 seconds as I can usually find what I am looking for in that amount of time.

Public/templates/index.html Right after get_stats_timer

ASteffen117 avatar Apr 08 '19 18:04 ASteffen117

As a workaround, I updated my timer to 60 seconds as I can usually find what I am looking for in that amount of time.

Public/templates/index.html Right after get_stats_timer

thx for sharing

piozylka avatar Mar 21 '24 10:03 piozylka