Results 36 comments of Philip Kirkbride

@emlun007 common mistake. You're using your master branch for this PR. That means the PR will reflect the state of your master branch. Currently that branch has changes for multiple...

For style a better option might be just adding a CSV button to the menu: ![untitled](https://user-images.githubusercontent.com/9503662/34263435-87fa8248-e63d-11e7-8bdf-7fac65206e05.png) `CSV` Then maybe add some logic to hide the button on pages it doesn't...

I agree it is a nice feature. I don't think it can be released as is because people will see it on the first page, try, and think it's not...

@mterzo let me know if this is Ok so far. If so I will add a second parameter for ascending vs descending.

@mterzo this doesn't post back to the server I'm using an HTML5 feature that lets you update the URL without querying the website. https://developer.mozilla.org/en-US/docs/Web/API/History_API#The_pushState()_method Also this isn't related to the...

I'm testing this now. Everything seems to be working. On the Inventory page IP X.X.0.10 is now considered greater than X.X.0.2 for sorting. Good work @emlun007