Spreadsheet view #21
Replies: 1 comment 1 reply
-
|
Thanks for the suggestion! This is a great use case for Verso's extension system. Rather than adding a built-in spreadsheet view, the recommended approach would be to build this as an You can load custom extensions into a notebook via #!extension from either a NuGet package or a local DLL:
or
This keeps the core lightweight while letting you bring in whatever grid control fits your needs. The |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Have you thought about adding a spreadsheet view to this? Something like excel on steroids there is a good spreadsheet control for blazor https://github.com/anmcgrath/BlazorDatasheet that could be integrated. that could be useful. Might require autoupdates. This just something to think about.
Beta Was this translation helpful? Give feedback.
All reactions