Closed fangsmile closed 5 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
)
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