-
-
Notifications
You must be signed in to change notification settings - Fork 98
feat: Table component #298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #298 +/- ##
==========================================
- Coverage 52.29% 51.80% -0.49%
==========================================
Files 130 131 +1
Lines 11304 11409 +105
==========================================
Hits 5911 5911
- Misses 5393 5498 +105
☔ View full report in Codecov by Sentry. |
|
I've been watching this from afar. I'm just looking for some gui toolkit to have a beautiful, easy to use, table/grid functionality. I'm not sure this will qualify, but I'm watching and hopefully it will. My desired use case is to create a prototype table gui in nushell that allows you to do Just sharing. Thanks! |
hey Darren! 👋 Thanks for the interest in Freya, I am a huge fan of Nushell 😄, I use it in both machines I have, and I love it 🦀 Thank you for your hard work 💪 I just made a simple JSON visualizer like you described, with Freya's new Table! Thoughts? 😄 I made it really fast, so it could definitely be improved, there is no sorting yet! |
|
oh, wow @marc2332! That looks cool. I love it! I want to play with it more. Thanks so much for this quick example. It's so nice meeting people who are fans of nushell. |
|
wow, just compiled it. it's so cool to have an entry level app that I can tinker with. next up, make it work with Like I said, the thing that I've been missing with the dozens of rust gui frameworks is just to ability to make beautiful tables, or even just beautiful guis of any type. It seems like so many frameworks focus on the api blah blah blah. Yes, that's important but it seems like most of these people forget about making a beautiful ui. No one wants to look at an ugly gui. If someone points me to a way to easily make a beautiful ui, i'll make their api work. |
Oh! I haven't done any nushell plugin yet, but maybe it's possible! 🤔
I completely agree on this one, one of the main things I wanted is to have a Table where you can compose the UI instead of just dumping the whole data into a component with some weird configuration parameters. The current Table components are not very customizable yet, but I plan on adding themes. Also, nothing stops devs from replacing certain components of the Table with their own, it's very flexible |


Closes #172