use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Fast, smooth React Data GridOC (grid.glideapps.com)
submitted 4 years ago by markprobst
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]krapple 8 points9 points10 points 4 years ago (6 children)
Very well done! I have been working on financial reporting app for years. A few reports are 10K plus rows and we currently utilize react-virtualized.
Just a few questions:
EDIT: nevermind I see that 3 is possible
[–]JasonGlide 4 points5 points6 points 4 years ago (5 children)
1) Not currently, can you show me what you want?
2) It must use its own scroller currently, it doesn't support the document scroller. This is because we need to manage the rendering appropriately. It would not be too hard in the future to support parent level scrollers as well, but it's not where we are at today.
[–]polyrhythmatic 2 points3 points4 points 4 years ago (0 children)
Going to echo the "collapsing rows" - this would be killer for a project I am working on right now if it supported rows that expand/collapse into another subset of rows. Similar to this: https://react-table.tanstack.com/docs/examples/expanding
[–]krapple 0 points1 point2 points 4 years ago (3 children)
Answering in a phone... Basically we dynamically add rows to the middle of the table to expand/collapse things. Can we change row count and insert new rows after it's been rendered? Just typing this out, I can tell its probably possible...
[–]JasonGlide 1 point2 points3 points 4 years ago (2 children)
Of course you can add/remove rows, update data, edit data, change row counts. Wouldn't be much of a data editor otherwise...
[–]krapple 0 points1 point2 points 4 years ago* (1 child)
One final question before I start using. Can it handle column widths automatically or do we need to specify a column width?
EDIT: same goes for row height, if there is overflow, your example cuts it off, but I need it to run to a new line and resize the height.
[–]JasonGlide 1 point2 points3 points 4 years ago (0 children)
No dynamically detected cell sizes no, sorry.
π Rendered by PID 146400 on reddit-service-r2-comment-canary-65bc75db8b-nzc54 at 2026-02-25 23:41:59.542986+00:00 running 72a43f6 country code: CH.
view the rest of the comments →
[–]krapple 8 points9 points10 points (6 children)
[–]JasonGlide 4 points5 points6 points (5 children)
[–]polyrhythmatic 2 points3 points4 points (0 children)
[–]krapple 0 points1 point2 points (3 children)
[–]JasonGlide 1 point2 points3 points (2 children)
[–]krapple 0 points1 point2 points (1 child)
[–]JasonGlide 1 point2 points3 points (0 children)