You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you mentioned in the issue #39 it would be better to work 757 first.
I totally agree this feature is needed before adding more columns to the frontend.
I published the first changes for the custom columns. So far it allows for command line and config file choices of columns by selecting single characters. It doesn't customization of individual headings there are challenges in borrowing custom column headings &str values due to the &mut app passed into the table.rs render call.
If you don't mind can I get some quick feedback on: https://github.com/trkelly23/trippy/tree/Allow-Custom-Columns
** Not quite ready for a PR
The list of columns shown in the main table is fixed. It would be nice if users could customise this list.
This would likely take the form of:
It may also be useful to allow adjusting the format of the data in each column and perhaps even the column widths.
The text was updated successfully, but these errors were encountered: