Posted 21 March 2019, 9:01 am EST
We are using the Angular2 FlexGrid to display disparate data types (string, number, dollar, etc). We want to have the string columns left aligned, and the number columns right aligned. This is working out of the box just fine.
However, we want the row headers to all have the same alignment (left), and we want that alignment to persist when someone exports to PDF (it’s more noticeable there).
The current behavior we are experiencing is such that the column headers are aligned according to the column text. You can see this in the demo on your website: https://demos.wijmo.com/5/PureJS/LearnWijmo/LearnWijmo/#equxqkyt
How can we ensure the alignment of the column headers remains the same?
Thanks,
Stephen