TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: A souped-up HTML-based table

34 点作者 mmurph211超过 12 年前

12 条评论

TazeTSchnitzel超过 12 年前
Why the special grid/row/cell tags and special data inpits? Why not just use a vanilla HTML table, then you would at least have graceful degradation?
评论 #4833324 未加载
polskibus超过 12 年前
Grids are the holy grail of corporate web programming. As a person that had to work with a few grid components, I can tell you that it is lacking lots of features to be considered mature. For example: editable cells, tree grid mode, r-click menu, grouping, nested rows and columns, etc. I do like the looks though. Have you tried to compare your grid's performance against a standard table-based grid (cross-browser of course) for large number of cells? For a list of functionalities expected from a grid, have a look of Telerik <a href="http://demos.telerik.com/aspnet-ajax/grid/examples/overview/defaultcs.aspx" rel="nofollow">http://demos.telerik.com/aspnet-ajax/grid/examples/overview/...</a> or Devexpress. Don't follow their ugly implementation though!
chewxy超过 12 年前
Nice, but is it responsive?<p>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
评论 #4834423 未加载
RobAley超过 12 年前
Another great grid with these properties and more is the MIT licensed Slickgrid[1] with many example grids[2]<p>[1]<a href="https://github.com/mleibman/SlickGrid/" rel="nofollow">https://github.com/mleibman/SlickGrid/</a><p>[2]<a href="https://github.com/mleibman/SlickGrid/wiki/Examples" rel="nofollow">https://github.com/mleibman/SlickGrid/wiki/Examples</a>
debacle超过 12 年前
This doesn't seem better than jQuery datatables.
chucknelson超过 12 年前
Agree with some other comments on here that this should probably be implemented with standard HTML tables as a fallback. Looks pretty good, though.
VikingCoder超过 12 年前
The 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.<p>When I sort by T, since they're all 0, I'd expect nothing to change, but the whole list inverts...<p>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.
评论 #4833868 未加载
gbadman超过 12 年前
Demo in editable form: <a href="http://plnkr.co/edit/8uJcHy?p=preview" rel="nofollow">http://plnkr.co/edit/8uJcHy?p=preview</a>
furbo超过 12 年前
nice, though like all the others I've seen, it doesn't work when trying it with RTL direction.
elchief超过 12 年前
Everyone hates ExtJS, many for good reasons, but their grid is better than any other.
hayksaakian超过 12 年前
I'm wondering what the checkboxes are for in the demo.
评论 #4833470 未加载
评论 #4833547 未加载
gullfaraz超过 12 年前
HTML? <a href="http://goo.gl/uavVx" rel="nofollow">http://goo.gl/uavVx</a>
评论 #4833982 未加载