Skip to content
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

Support anonymous Table columns without header text #69

Open
kravemir opened this issue Aug 16, 2020 · 0 comments
Open

Support anonymous Table columns without header text #69

kravemir opened this issue Aug 16, 2020 · 0 comments

Comments

@kravemir
Copy link

It would be useful to provide support for anonymous columns, or column renaming with support to define empty name. Maybe Table.Columns.CustomName.

Use case: order notification with following fields:

  • description (name of item, plus details, variant,.. ),
  • anonymous price per unit of measurement (e.g. 14€ / pc, 19€ / liter, 5€ / kg,...),
  • anonymous amount (e.g. 2 pcs, 4 liters, 32 kg,...),
  • price contains price per unit * amount).

I don't really want to display names for price per unit and amount columns. These headers prolong the width of these columns, as header is wider than content. And, it's the meaning of the column pretty much obvious from the content of fields..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant