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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Reactable – fast, flexible, and simple data tables in React

44 点作者 glittershark将近 11 年前

8 条评论

bshimmin将近 11 年前
This looks lovely. As someone who has battled too often with jQuery DataTables - which can do everything under the sun but often feels like you're performing unanaesthetised emergency dentistry on yourself in the process - it would be terrific to have something more modern and flexible, even if it's not quite at feature parity. Here's hoping this might be it!
评论 #8161093 未加载
评论 #8161701 未加载
评论 #8161086 未加载
评论 #8161471 未加载
shaohua将近 11 年前
Added to <a href="http://www.reactjsx.com/" rel="nofollow">http:&#x2F;&#x2F;www.reactjsx.com&#x2F;</a>, where you can search reusable React components
评论 #8161411 未加载
评论 #8179252 未加载
评论 #8163279 未加载
kasperset将近 11 年前
Nice to see this but there are few other related projects based on React(Not 100% React) that I know of: <a href="https://github.com/bgerm/react-table-sorter-demo" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;bgerm&#x2F;react-table-sorter-demo</a> <a href="https://github.com/josebalius/ngReactGrid" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;josebalius&#x2F;ngReactGrid</a>
nogridbag将近 11 年前
Neat. I&#x27;m also building a general purpose grid for an app I&#x27;m building. From the demo it appears the entire table data set must be loaded for the pagination to work. I&#x27;m not sure how practical it is for real use.
评论 #8195191 未加载
awhitty将近 11 年前
This is pretty cool. Sorting by the datetime field in the demo sorts the strings alphabetically though. I&#x27;m not sure if that&#x27;s an issue with the plugin or the demo, but it probably isn&#x27;t the right behavior.
dengar007将近 11 年前
Hey cool! I&#x27;ve been working on something similar. <a href="http://dynamictyped.github.io/Griddle/" rel="nofollow">http:&#x2F;&#x2F;dynamictyped.github.io&#x2F;Griddle&#x2F;</a><p>I&#x27;m glad to see more components coming to React :)
评论 #8163682 未加载
lotsofmangos将近 11 年前
You have a bit of a namespace collision - <a href="http://www.reactable.com/" rel="nofollow">http:&#x2F;&#x2F;www.reactable.com&#x2F;</a>
hawleyal将近 11 年前
Why are some developers so enamored with tables and making ever more table-generation libraries. They are one of the worst ways to display information in a readable way. Outside of spreadsheet computing and source data, they have limited use. Tables should almost certainly never make it to an end-user UI.
评论 #8163127 未加载
评论 #8163289 未加载