-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
saw htmlwidget on the todo #1
Comments
👍 |
Terrific - thanks for your interest and help! The demo code is not available - this project is a complete rewrite, which will hopefully be usable soon. I'm excited about having an R interface and being able to easily plug in data frames. I haven't come up with an api or thought about the implementation, but I'd imagine it being similar to the DataTable htmlwidget. I'm a bit of an R novice, so any help is greatly appreciated! 🙌 |
This would be fantastic - happy to try to help as well. Try to taking a look at the very nice port of PivottableJS which made its way into a great htmlwidget you can see here |
Thanks, things are coming along nicely! It looks like the first screenshot was coming from things not being built, does |
Also, I have some |
Something on my end, so now the demo is working, and it is beautiful. I had run |
Oh this would be so so amazing!! Alex Bresler
|
I put in a quick, first pass for this! I have a working knowledge of R, but am somewhat clueless on defining the proper API, docs, etc... so feel free to put in updates! Currently, the API is fairly basic; it just consumes a dataframe and column and label params. Also, let me know if you are able to install and get this up and running through R. devtools::install_github('cmpolis/datacomb')
library(datacomb)
Datacomb(iris, columns=c('Sepal.Length','Sepal.Width', 'Petal.Length', 'Petal.Width', 'Species')) |
I'll start playing with it now. This looks like a great start. I would think eventually a different repo will help avoid confusion, or at a minimum, I think we can use a directory |
@cmpolis I toyed with it a bit at https://github.com/timelyportfolio/datacomb/tree/R.
This is going to be awesome! |
Guys had to just chime in and say this is every bit as amazing I hoped; holy CRAP |
@timelyportfolio 👍 terrific - thanks for the updates!!! Can I merge in/do you want to put in a pr? |
@cmpolis, easy when you've done such an amazing job. I hesitated to submit pr before making sure that a blended repo wtih JS/node + R + maybe python + who knows what other implementations would be a good strategy, or if each implementation should have its own repo to avoid confusion. Would a |
I would shy away against creating an organization, just because it will add some complexity in terms of managing repos, users, what is the process for bringing a repo into the org, etc... the main non-web interface that I am interested in is R; I think that's fine to leave in here. The list other potential interfaces/package management systems is somewhat endless, so I'd like to not get too involved and focus on the actual interface 😎 (and |
that being said, one of the great things about your pr is having everything up a level, in
|
Definitely helps to understand this, and I appreciate the insight. |
+1 don't mind Few things re the
|
This doesn't seem to be working anymore http://timelyportfolio.github.io/buildingwidgets/week38/example01.html. Scrolling stops at 1000 records. Do you mind glancing at it and making sure I'm not missing something obvious? |
Yes, there seems to be an issue w/ row reuse. If you bump this parameter, I think it will be fixed. |
@timelyportfolio I think this might fix (or fix part of) your issue: e730b14 ... still working out some kinks in this thing |
Yes, thanks that fixes the I'm going to try to debug, but afraid my skills won't be sufficient for the task. |
I think I have traced the problem to this line 102 in smart-table-scroll
because this line 178
sets top to However, it could be that line 178 is just not setting
Changing
|
Thanks for the detailed report; looking into it! |
I saw
htmlwidget
on the todo and I'd love to help. I will spend some time today getting acquainted with this fine piece of work.The text was updated successfully, but these errors were encountered: