Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPotentially add as crosstalk compatible? #46
Comments
|
Just want to give a massive +1 to this request, I've been having some issues with customising the styling of datatables via |
|
@glin this might help (partially) solve your "advanced filtering" and "custom filtering methods" cards on your project board. |
|
Thanks for the suggestion! Crosstalk support is now in the development version: https://glin.github.io/reactable/articles/examples.html#cross-widget-interactions. You can use both linked selection and filtering, and incoming selections should filter the table like it does in DT. This was my first time using Crosstalk, so let me know if you find any unexpected behaviors or bugs. The one issue I know of is that Plotly's persistent shift+click selections aren't actually persistent. I couldn't find a way to do that without relying on undocumented APIs (how DT/leaflet do it), so I'll have to look into that more. And now I wish I was more aware of Crosstalk earlier |
|
Just getting back from Out of Office, but this is awesome to see! Will give it a whirl and hopefully write up another blog-post on |
reactableis fantastic, and I'm interested in using it withcrosstalkfor linked brushing. Do you have any plans to addcrosstalkcapabilities?I imagine that there are some native JS bindings in
reactablethat could be passed through.