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:
Any idea how it can be done in Bokeh?
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.