hawtio / hawtio-kubernetes

hawtio plugin for working with kubernetes
Apache License 2.0
24 stars 14 forks source link

updates to the Pod page turn off sorting of the table #43

Closed jstrachan closed 9 years ago

gashcrumb commented 9 years ago

I'm not sure if hawtio-simple-table even supports sorting really, ideally it should be possible to sort by any column just by clicking on it. Will investigate anyways...

jstrachan commented 9 years ago

it does seem to startup sorting things - and showing a sortable highlight on the column - then if the table updates later or you click the headings it disappears ;)

gashcrumb commented 9 years ago

Seems to still be an issue with the table when clicking on other headers, but it's a little better. The above commit did seem to address #39 though at least :-)

jstrachan commented 9 years ago

aha - its working fine now thanks!!! Yay! And sorting by clicking a column header is back again!