cursive_table_view
cursive_table_view copied to clipboard
How do I hide column headers or move them to bottom?
How do I adjust the table to occupy minimal vertical space?
It would be nice to have:
- Ability to move column headers from top to bottom.
- Ability to make
cursive_table_viewprioritise showing content, not column headers if vertical space is limited (e.g. only 3 characters tall). - Ability to hide the line dividing content and column headers
- Ability to hide the column headers altogether. This option should be dynamic, i.e. table should not needed to be re-created to show/hide headers.