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.
[ ] add handle to grap the column border a allow expanding shrinking the column, when released the width is stored
[ ] think about minimal en max width per column
[ ] store the column width preference per table in local storage
[ ] when the table is reset to default all width settings are removed/cleared
[ ] update the reset button header/hoovertext
[ ] Show the width setting in the config table
[ ] truncate header name to meet the width of the column, eg Subscrip.. for Subscription column
[ ] nice to have, but not a requirement: apply to grouped/nested table on the inner table
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.
Show the width setting in theconfig table
Subscrip..
forSubscription
columnnice to have, but not a requirement: apply to grouped/nested table on the inner table