Replies: 1 comment 1 reply
-
Any suggestions on this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I had a few suggestions for enhancements around the table component. This came up because I'm trying to use a nui table as a (very limited) spreadsheet where you can edit different cells (see attached). I've cobbled something together that works well enough, but it's pretty brittle. I think a proper implementation could benefit from some of the enhancements listed below. Thanks for your time and for nui.nvim: it's a real gem for the neovim community!
Here are some "transparency" API enhancements. These essentially are things that I think are already present in the table component, but could be exposed as part of a public interface in order to make it easier to interact with tables.
A related set of enhancements would be to directly provide navigation functionality for a table:
Style enhancements:
Tying those requests back to the attached video, the overall functionality would be improved if:
Beta Was this translation helpful? Give feedback.
All reactions