Show HN: Datagridxl.js – No-nonsense fast Excel-like data table library
21–30 of 136 posts
Re: Show HN: Datagridxl.js – No-nonsense fast Excel-like data table library
#22Doesn't work for me in chrome.... because it seems to break with Ad Blockers... that could be a real killer for you.
I'm not having the same experience (using uBlock Origin)
Re: Show HN: Datagridxl.js – No-nonsense fast Excel-like data table library
#23Shameless plug! https://ellx.io/ is a programmable spreadsheet with extended JavaScript for formulas (plus operator overloading and automatic async resolution)
Re: Show HN: Datagridxl.js – No-nonsense fast Excel-like data table library
#24It's a canvas based SpreadSheet. The Grid works with React and Konva - https://konvajs.org/
You can see the demo here - https://rowsncolumns.app/demo
And a whole bunch of features and upcoming roadmap - https://rowsncolumns.app/#features
We are launching formula support with Web Workers soon.
Re: Show HN: Datagridxl.js – No-nonsense fast Excel-like data table library
#25Re: Show HN: Datagridxl.js – No-nonsense fast Excel-like data table library
#26It looks really great and the one million cells demo is impressive, but that price is way out of reach.
Re: Show HN: Datagridxl.js – No-nonsense fast Excel-like data table library
#27So from what I understand this works by displaying data on a JS canvas. How does that work for accessibility? Do screen-readers read the data as if it was an html table?
Re: Show HN: Datagridxl.js – No-nonsense fast Excel-like data table library
#28Hello HN, I’m Robbert, the creator of DataGridXL.js. DataGridXL is a free (and commercial) editable data table library written in ES6. My goal is to develop the most performant & user-friendly spreadsheet-like data table out there: - It has zero dependencies. You don’t need any framework to use DataGridXL. - It is lightweight (~200kb) and easy to use. It does not even require messing with CSS. - It has its own Virtua…
How did you implement the scrolling such that it feels smooth/fast/native, but scrolls in one row/column steps (so you never see half a row)? CSS Scroll Snap? Nicely done.
Re: Show HN: Datagridxl.js – No-nonsense fast Excel-like data table library
#29Hello HN, I’m Robbert, the creator of DataGridXL.js. DataGridXL is a free (and commercial) editable data table library written in ES6. My goal is to develop the most performant & user-friendly spreadsheet-like data table out there: - It has zero dependencies. You don’t need any framework to use DataGridXL. - It is lightweight (~200kb) and easy to use. It does not even require messing with CSS. - It has its own Virtua…
Re: Show HN: Datagridxl.js – No-nonsense fast Excel-like data table library
#30Hello HN, I’m Robbert, the creator of DataGridXL.js. DataGridXL is a free (and commercial) editable data table library written in ES6. My goal is to develop the most performant & user-friendly spreadsheet-like data table out there: - It has zero dependencies. You don’t need any framework to use DataGridXL. - It is lightweight (~200kb) and easy to use. It does not even require messing with CSS. - It has its own Virtua…
This looks like a really great (clean and performant) JS library for interacting with data grid. I'll definitely remember to try it for my next side project.
A quick question: is there a way to make only some of the columns read-only in the grid? I looked through the doc [https://www.datagridxl.com/docs/setting-options] and it seems like user actions for columns are all (applied to every column) or none. If DataGridXL.js allows assigning read-only to a subset of columns, it'd be great to add that in the doc with an example.
Thanks for your hard work and especially for allowing others like me to try it for free!