I have a table with three columns: name (of the service), version (of the service), and activated. All cells (except the header) in the activated column contain a toggle button that allows users to activate or deactivate the respective service.
I have aligned the name and version columns as follows: the header cell is aligned to the left, and the other cells are also aligned to the left.
However, I am unsure about the alignment of the activated column. I see three options:
- Column header - left side; other cells (with toggle buttons) - left side.
- Column header - left side; other cells (with toggle buttons) - center.
- Column header - center; other cells (with toggle buttons) - center.
What do you think is the best option in this situation, and how might each choice impact user perception?
Activatedcolumn has text only in header cell. All other cells have only toggle button. Columns are resizable.