glass-isc-dhcp
glass-isc-dhcp copied to clipboard
sorted columns don't stay sorted
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.
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
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
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