It's distracting in the View table view that e.g. profile_image_url_https takes up so much horizontal space.
Solutions might be:
1) Use an OrderedDict when saving to make sure it defaults on the right.
2) Detect they are images and embed them magically (!)
3) Remove the column completely, do we really need it?
4) Have a better dynamic scaling algorithm.
It's distracting in the View table view that e.g. profile_image_url_https takes up so much horizontal space.
Solutions might be:
1) Use an OrderedDict when saving to make sure it defaults on the right. 2) Detect they are images and embed them magically (!) 3) Remove the column completely, do we really need it? 4) Have a better dynamic scaling algorithm.