0

To create a Bokeh table with selectable lines, I'm using this example. The issue is that my data is represented as groups of different lines that looks like this:

enter image description here

Any idea how it can be done in Bokeh?

flamenco
  • 2,702
  • 5
  • 30
  • 46

1 Answers1

1

The built-in DataTable does not support anything like this. It is possible to extend Bokeh, so you could consider creating a custom extension, that wraps some other JavaScript table library for use with Bokeh.

bigreddot
  • 33,642
  • 5
  • 69
  • 122