Better TableView crate for Cursive #852
justnc32
started this conversation in
Show and tell
Replies: 1 comment
-
|
Looks nice! Indeed, cursive_table_view is mostly abandoned, but I happen to have write access to that repo, so I could also consider merging some PRs. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Since the cursive_table_view crate seems to be abandoned, I made a fork of the project to keep it better maintained and have added some extra functionality to it including another view (ArrayView) as well as the option to enable/disable the sortability of a table, which was always activated in the previous crate whether you wanted it or not.
better-cursive-table on crates.io
Beta Was this translation helpful? Give feedback.
All reactions