Some mailbox lists use the DataColumns struct to display e-mails in columns. By making this into a proper widget code deduplication can be avoided.
The widget should compute the column widths on its own according to some constraints (for example never hide the column that displays the row number). Optionally, the columns could be user-modifiable.
Some mailbox lists use the [DataColumns](https://git.meli.delivery/meli/meli/src/commit/2f47f1eebd5844528d76a1684a90ca7617abc4be/src/components/mail/listing.rs#L61) struct to display e-mails in columns. By making this into a proper widget code deduplication can be avoided.
The widget should compute the column widths on its own according to some constraints (for example never hide the column that displays the row number). Optionally, the columns could be user-modifiable.
epilys
added this to the beta milestone 2 weeks ago
Some mailbox lists use the DataColumns struct to display e-mails in columns. By making this into a proper widget code deduplication can be avoided.
The widget should compute the column widths on its own according to some constraints (for example never hide the column that displays the row number). Optionally, the columns could be user-modifiable.