Any way to set the scroll position of datatables?

I have two datatables which are splitting some data. Is there any way to make the second table scroll in sync with scrolling done on the first table, and vice versa?

Hi,

There is not anything currently in Bokeh lib rare to support programmatically scrolling the DataTable. It's possible the underlying SlickGrid JS library does support this, which means it could be possible in principal. However, even in that case I don't think it would be trivial to do (it's not super easy to get ahold of BokehJS objects outside Bokeh's own JS callbacks, and there is not yet a "startup" callback yet).

Thanks,

Bryan

···

On May 15, 2019, at 12:03 PM, [email protected] wrote:

I have two datatables which are splitting some data. Is there any way to make the second table scroll in sync with scrolling done on the first table, and vice versa?

--
You received this message because you are subscribed to the Google Groups "Bokeh Discussion - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/5638b48f-1db6-4aec-ba52-139703bcfed4%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

That’s the conclusion I’ve been coming to. Thanks again Bryan.

···

On Wed, May 15, 2019 at 10:53 PM Bryan Van de Ven [email protected] wrote:

Hi,

There is not anything currently in Bokeh lib rare to support programmatically scrolling the DataTable. It’s possible the underlying SlickGrid JS library does support this, which means it could be possible in principal. However, even in that case I don’t think it would be trivial to do (it’s not super easy to get ahold of BokehJS objects outside Bokeh’s own JS callbacks, and there is not yet a “startup” callback yet).

Thanks,

Bryan

On May 15, 2019, at 12:03 PM, [email protected] wrote:

I have two datatables which are splitting some data. Is there any way to make the second table scroll in sync with scrolling done on the first table, and vice versa?

You received this message because you are subscribed to the Google Groups “Bokeh Discussion - Public” group.

To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].

To post to this group, send email to [email protected].

To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/5638b48f-1db6-4aec-ba52-139703bcfed4%40continuum.io.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.

You received this message because you are subscribed to a topic in the Google Groups “Bokeh Discussion - Public” group.

To unsubscribe from this topic, visit https://groups.google.com/a/continuum.io/d/topic/bokeh/A_IGaYlFRxc/unsubscribe.

To unsubscribe from this group and all its topics, send an email to [email protected].

To post to this group, send email to [email protected].

To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/BAD6B889-5FF5-4C77-8C0B-2ADFD3DD6A1E%40bokeh.org.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.