livebook-dev / kino

Client-driven interactive widgets for Livebook
Apache License 2.0
361 stars 60 forks source link

Integrated with VTable #445

Closed fangsmile closed 2 months ago

fangsmile commented 2 months ago

Whether it can be integrated with VTable. VTable table library has a strong visual display ability and high-performance. You can check the VTable website for more information:https://visactor.io/vtable Github: https://github.com/VisActor/VTable

img_v3_029n_c20f8bf0-914d-480e-9369-9541ff50bc7g

jonatanklosko commented 2 months ago

The kino built-in table uses Glide Data Grid, we have no plans to change that.

Depending on your use case, you can build a custom kino using Kino.JS and Kino.JS.Live, where you can use arbitrary JavaScript libraries, such as VTable :) (Kino.DataTable and similar are also built on top of Kino.JS.Live)