TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Recently started working on an open source data grid editor in JS/HTML

46 pointsby lauriswtfover 10 years ago

6 comments

craigchingover 10 years ago
There are quite a few open source grids out there already. What features are you planning and how are you going to set this apart from the other grids. For instance, my favorite grid is dgrid [1]. Go to their main site and go to the features [2] (scrolling down just a bit there will give you a comparison table to other grids) and let us know if you plan on implementing any of those (especially i18n) or if you&#x27;re going to have any differentiating features.<p>[1] -- <a href="https://github.com/sitepen/dgrid" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;sitepen&#x2F;dgrid</a><p>[2] -- <a href="http://dojofoundation.org/packages/dgrid/#features" rel="nofollow">http:&#x2F;&#x2F;dojofoundation.org&#x2F;packages&#x2F;dgrid&#x2F;#features</a>
评论 #8281090 未加载
评论 #8281117 未加载
mrpicklesover 10 years ago
I&#x27;m a little surprised at the comments asking if another grid is needed since &quot;theres other open source projects out there like the one I use at work (insert crappy grid here)&quot;.<p>There really aren&#x27;t a whole lot of open source grids that compete with some of the commercial solutions like extJS or kendoUI. These suck because you can&#x27;t use the data grid in piecemeal fashion, you have to adopt an entire widget library.<p>I&#x27;ve yet to see one that:<p>- Is lightweight and standalone. - Is easy to modify the look and feel - Has good performance with tons of rows - Has a super easy api - Integrates easily with client side mvc frameworks.
boomskatsover 10 years ago
From a dev&#x27;s point of view, as someone who has been exhaustively searching for the perfect JS data grid editor for a few years now:<p>What prompted you to write your own, rather than going with something like (the excellent and liberally licensed) Handsontable?
评论 #8281021 未加载
leeluoleeover 10 years ago
From a user perspective. providing the bower or component support will be better, and maybe you should place the dependency(jquery) in bower.json or component.json. but not directly in git folder.
评论 #8281679 未加载
Oculusover 10 years ago
Haven&#x27;t looked at the code throughly, but from a quick glance looks like a grid I&#x27;d considering using in a personal project vs. the all the other crappy grids out there.
pmoriciover 10 years ago
Slightly off topic but, does anyone know of a data grid that supports an expandable tree in the left most column but the right side is a normal grid?
评论 #8281022 未加载
评论 #8281003 未加载
评论 #8281667 未加载
评论 #8281001 未加载