Show HN: A souped-up HTML-based table
11–20 of 22 posts
Re: Show HN: A souped-up HTML-based table
#12When I sort by T, since they're all 0, I'd expect nothing to change, but the whole list inverts...
In general, it's very nice. I agree with TazeTSchnitzel's comment that it'd be awesome to have it pull data from a table, so that there's a fallback.
Re: Show HN: A souped-up HTML-based table
#13The sort is not stable. When I sort by W, I end up with Colts and then Rams. When I sort by L, at the bottom, I end up with Rams and then Colts. When I sort by T, since they're all 0, I'd expect nothing to change, but the whole list inverts... In general, it's very nice. I agree with TazeTSchnitzel's comment that it'd be awesome to have it pull data from a table, so that there's a fallback.
For sure, the invert part is not great though.
Edit: Found more info: http://stackoverflow.com/questions/3026281/array-sort-sortin...
Re: Show HN: A souped-up HTML-based table
#14Re: Show HN: A souped-up HTML-based table
#15HTML? http://goo.gl/uavVx
Re: Show HN: A souped-up HTML-based table
#16Re: Show HN: A souped-up HTML-based table
#17Re: Show HN: A souped-up HTML-based table
#18Re: Show HN: A souped-up HTML-based table
#19Trolling aside, I have to echo Taze's point: why not vanila HTML table? I'm asking since this is actually relevant to my interests and my latest project uses tables a lot. I don't think I'd use this yet because of the whole graceful degradation/progressive enhancement thing
Re: Show HN: A souped-up HTML-based table
#20Nice, but is it responsive? Trolling aside, I have to echo Taze's point: why not vanila HTML table? I'm asking since this is actually relevant to my interests and my latest project uses tables a lot. I don't think I'd use this yet because of the whole graceful degradation/progressive enhancement thing
http://www.zurb.com/playground/responsive-tables https://github.com/zurb/responsive-tables/