Sort data on `data.html` pages.
We should be able to sort the data shown by datetime and the various fields in either ascending or descending order. Right now we only get to see the data oldest-first, whereas it'd be nice to be able to view it most recent first.
I usually use the jquery tablesorter plugin, which is really easy to install and use on the current HTML table object.
Matt Taylor OS Community Flag-Bearer Numenta
On Tue, Jul 21, 2015 at 10:34 AM, Jared Weiss [email protected] wrote:
We should be able to sort the data shown by datetime and the various fields in either ascending or descending order. Right now we only get to see the data oldest-first, whereas it'd be nice to be able to view it most recent first.
— Reply to this email directly or view it on GitHub https://github.com/nupic-community/river-view/issues/39.
Super simple... @jefffohl you interested?