What is the best practice to have a column header alignment, should it be left or center aligned? On click of the column header the columns can be also sorted. Numeric values will be right aligned by default.
Tell me more
×
User Experience Stack Exchange is a question and answer site for
user experience researchers and experts. It's 100% free, no registration required.
|
If it's a desktop application, go with what the operating system's UX guidelines tells. In Windows that would be to align the header in the same way as the data in that column. http://msdn.microsoft.com/en-us/library/windows/desktop/aa511485.aspx |
|||||
|
|
Sun Microsystem's Java Guidelines recommend center aligned column headers unless the header is very short.
It seems to be the way I usually see tables laid out in newspapers as well. |
|||
|
|