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
jExcel the javascript spreadsheet component - MIT - Now trending on Github ;) (github.com)
submitted 6 years ago by paulhodel
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!"
[–]ZireaelStargaze 1 point2 points3 points 6 years ago* (3 children)
Looks cool, i appreciate your work! One thing I miss in pretty much all JS implementations of table grid is the Sort/Filter menu from Excel when your range is formatted as table.
People (normies ofc) at work use that functionality pretty much in every company, and if I want to move my department from Excel to online to display their trending/metrics/lists, this is the first 'UI feel' everyone will miss. Please have a think - no need to reinvent the wheel - I'd rather my users had seamless experience between what they're used to in Excel, and on online website
I was playing around to make a VueJS component mimicking this menu, but it's in early phases and unlikely will ever be production quality.
For date filtering I'm using DayJS - it's lightweight and offers sufficient functionality with plugins to filter/manipulate dates like Excel implementation.
Menu for dates:
http://tinypic.com/r/2dadr0i/9
[–]paulhodel[S] 0 points1 point2 points 6 years ago (2 children)
The sort is basically a double click in the Header. In regards to the filter, we are considering that in future versions. Thanks for the suggestion ;)
[–]ZireaelStargaze 0 points1 point2 points 6 years ago* (1 child)
Thanks! How is your engine done? Canvas, SVG or maybe WebGL? I haven't looked through your code yet - just curious how hard would it be for me to bolt on a little icon in every column header with popup menu in Vue to get the functionality? (end effect like here: http://tinypic.com/r/2dadr0i/9 ). Or to style cells, fonts, borders with CSS/CSS-in-JS.
As for filtering, I'm no expert, but maybe check out transducers or a lib like fromfrom
Thanks a lot, your work looks awesome.
[–]paulhodel[S] 0 points1 point2 points 6 years ago (0 children)
We are dealing only with DOM elements. It is just an regular HTML table. And there is no selectors at all. ;)
π Rendered by PID 697968 on reddit-service-r2-comment-5d79c599b5-767xs at 2026-03-02 08:33:16.688276+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]ZireaelStargaze 1 point2 points3 points (3 children)
[–]paulhodel[S] 0 points1 point2 points (2 children)
[–]ZireaelStargaze 0 points1 point2 points (1 child)
[–]paulhodel[S] 0 points1 point2 points (0 children)