workfloworchestrator / orchestrator-ui-library

Component library for the orchestrator-ui (v2) which is published in npm
8 stars 4 forks source link

Adjust table column width by user #1544

Open wouter1975 opened 2 weeks ago

wouter1975 commented 2 weeks ago

Defining the correct column width remains a challenge as for some column the width can differ per product/deployment. Having the ability to change the column width, eg minimising to gain space for other columns (in stead of hiding a column), or make it wider to see the full content are typical use cases.

I think the width setting different from the default value, does not need to be stored per user over a long time, so just setting the width in local storage might be sufficient.

Add the capability to resize column width by user.