Customizable columns
Make possible to select visible columns in table views such as Changesets, Items, Branches, etc.
We want to see Attributes and Labels in a Changesets view, but we usually do not care about GUIDs.
-
armdri commented
It's still here.
-
robl commented
I would like to be able to add a column for parent changeset and the changeset number in a different xlinked repo. Modified file count, or SLOC (as in "Analyze differences") could be useful too. Perhaps add a button to populate the slow columns on demand?
-
psantosl commented
Well, you mean two things:
1) Be able to hide/show current columns
2) Be able to create custom columns, correct? This is slightly more tricky since it can have an impact on the view calculation. I mean, you can create a column but if it takes long to calculate, the entire rendering can be potentially affected.
-
JakubH commented
A possibility to setup an attribute as a column in a Changesets view would be very useful for us too.