Git Product home page Git Product logo

Comments (7)

smartinsightsfromdata avatar smartinsightsfromdata commented on August 18, 2024

Apologies for wasting everybody's time: I've just discovered that highchart is not open source, but actually quite expensive!

from rpivottable.

nicolaskruchten avatar nicolaskruchten commented on August 18, 2024

In fact, handsontable is also not open source nor cheap :)

from rpivottable.

jrowen avatar jrowen commented on August 18, 2024

Handsontable does have a free version,
https://docs.handsontable.com/0.28.1/tutorial-introduction.html, which is
what rhandsontable is built on. The pro offering is something they
launched more recently.

On Thu, Sep 29, 2016 at 8:45 AM Nicolas Kruchten [email protected]
wrote:

In fact, handsontable is also not open source nor cheap :)


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#60 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABdYrvizG6qZleBhObwiUqkzmUuSRpSdks5qu8D-gaJpZM4KJYWr
.

from rpivottable.

nicolaskruchten avatar nicolaskruchten commented on August 18, 2024

Indeed you're right. Their website doesn't put much emphasis on that, for
obvious reasons ...

On Thu, Sep 29, 2016 at 9:49 AM, Jonathan Owen [email protected]
wrote:

Handsontable does have a free version,
https://docs.handsontable.com/0.28.1/tutorial-introduction.html, which is
what rhandsontable is built on. The pro offering is something they
launched more recently.

On Thu, Sep 29, 2016 at 8:45 AM Nicolas Kruchten <[email protected]

wrote:

In fact, handsontable is also not open source nor cheap :)


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#60
issuecomment-250470081>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/
ABdYrvizG6qZleBhObwiUqkzmUuSRpSdks5qu8D-gaJpZM4KJYWr>
.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#60 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAMbA8Rk8BkS2PmjBeZxDrd2KVKTokq5ks5qu8H7gaJpZM4KJYWr
.

from rpivottable.

smartinsightsfromdata avatar smartinsightsfromdata commented on August 18, 2024

@nicolaskruchten would it be very complex to introduce scroll bars in pivottable (with present table or free version of handsontable)?

I'm thinking jupyter / rmarkdown / shinydashboard type of applications...

from rpivottable.

nicolaskruchten avatar nicolaskruchten commented on August 18, 2024

You could probably do it in a couple of lines of jquery to add a css rule
like overflow: scroll...

On Thu, Sep 29, 2016 at 11:14 AM, Enzo [email protected] wrote:

@nicolaskruchten https://github.com/nicolaskruchten would it be very
complex to introduce scroll bars in pivottable (with present table or free
version of handsontable)?

I'm thinking jupyter / rmarkdown / shinydashboard type of applications...


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#60 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAMbA7ZIf4K_RkvQM2ZOMOLcqLvteKE4ks5qu9XIgaJpZM4KJYWr
.

from rpivottable.

nicolaskruchten avatar nicolaskruchten commented on August 18, 2024

Here you go, just throw this into an onRefresh callback:

$( ".pvtTable" ).wrap( "<div style='width: 400px; height: 400px; overflow: scroll;'></div>");

from rpivottable.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.