Replies: 2 comments 2 replies
-
This is a great point, thanks for bringing it up. To be honest I hadn't tested big dataframes so I didn't experience any issues, but I did some tests and research and now I'm seeing it's a significant limitation. Regarding next steps, I'll be working on a custom data grid as I also want to support sorting, interactions (e.g. select a row, trigger event) and edition. I want it to be light and highly coupled to Streamsync (events, styles, etc) so I'm not considering external libraries for this purpose. This is a priority and I expect to be part of 0.2. In general, as "project philosophy" I'm refraining from using pre-built UI components. There's obvious downsides to this, but I think in the long run it'll pay off. |
Beta Was this translation helpful? Give feedback.
-
How about tabulator? This is inspired by learning Holoviz Panel . They have lots of cool components that might serve as inspiration for your road map. |
Beta Was this translation helpful? Give feedback.
-
The idea is to keep some of the main components as performant as possible. A few candidates:
Cheetah Grid
DataGridXL2
ToastUI Grid
Beta Was this translation helpful? Give feedback.
All reactions