Show HN: Datagridxl2.js – Fast Excel-like data table library
91–100 of 108 posts
Re: Show HN: Datagridxl2.js – Fast Excel-like data table library
#92The performance here is amazing. Well done! I'm desperately searching for a way to replace old Handsontable (before they closed source), but the license here for DataGrid XL makes it impossible to easily bring into a large FOSS project. Some ideas for licensing: dual license MIT and commercial. Feed advanced features and support into the commercial while keeping the MIT version fast, performant, extendable.
Re: Show HN: Datagridxl2.js – Fast Excel-like data table library
#93Re: Show HN: Datagridxl2.js – Fast Excel-like data table library
#94Earlier quoted context omitted.
Thanks for your feedback. It's true, I have not made any real efforts when it comes to accessibility (apart from choosing DOM over Canvas). I would very much like to make DataGridXL as accessible as I can, but right now it is not a priority. Thank you very much for sharing the link, that looks really helpful. Are you experienced in making data grids accessible?
This is amazingly nice it works for mobile and that is great
Re: Show HN: Datagridxl2.js – Fast Excel-like data table library
#95This looks very nice! I am looking for a spreadsheet like component for a project I am working on. Had evaluated jspreadsheet before. Question I have is, how would one go about integrating formulas and references? The demo doesnt seem to support that.
Re: Show HN: Datagridxl2.js – Fast Excel-like data table library
#96I think you're half way to why users stick to excel. Without the calculator aspect it not really an excel clone.
Re: Show HN: Datagridxl2.js – Fast Excel-like data table library
#97Earlier quoted context omitted.
I have noticed your product before, very well done!
Thank you! DataGridXL has been my text only benchmark for a long time because of how ludicrously fast it is! Downright creative problem solving!
Re: Show HN: Datagridxl2.js – Fast Excel-like data table library
#98Can't see any mention of multisort. Does it have multisort? Great look and feel!
Re: Show HN: Datagridxl2.js – Fast Excel-like data table library
#99>You don’t need any framework to use DataGridXL. - It is lightweight (~250kb) and easy to use I'm not so sure 250k qualifies as lightweight by any definition. That's a pretty high target even for total bundle size. React, for example, is ~6k.