Numeric values in columns are currently centered, similar to text. By convention, numeric values should be right-aligned to enhance readability, especially when numbers of varying lengths are present.
Numeric values should be right-aligned by checking if the field in the column is any sort of numeric (numeric, integer, double) and adjusting the alignment.

Numeric values in columns are currently centered, similar to text. By convention, numeric values should be right-aligned to enhance readability, especially when numbers of varying lengths are present.
Numeric values should be right-aligned by checking if the field in the column is any sort of numeric (numeric, integer, double) and adjusting the alignment.