[IGN-6791] Perspective table header alignment - is there a problem?

Ignition 8.1.22 RC1.

I can't seem to get right-aligned headers in my Perspective tables.

props.columns.0.header.justify : right
doesn't seem to work.
props.columns.0.header.style.textAlign : right
doesn't either.

I seem to remember this coming up on the forum but can't find the relevant post. Does anyone know if this is a bug or am I missing something obvious?

I'm not sure, as long as my field property is spelled correctly, header.justify: right gives my headers right alignment:

Edit:
I was able to recreate the problem. I tried adding the header.textAlign property like you did, but it wasn't an option, so I had to replace one of the existing parameters. Afterwards, it would let me add any style property I wanted, but the justify property no longer worked. Deleting the entire header prop and then adding it back again corrected the issue

Thank you for your time on this.
I deleted the header section as you suggested and recreated it. No change.

I created a new table and have the same problem.

What version are you running?

I performed the tests on version 8.1.19

I repeated the experiment in version 8.1.20, and I got the same result, so I'm not sure what's going wrong:
image

I can replicate this. It's likely fallout from our recent introduction of providing filtering to columns. The 8.1.22 release was scheduled for the coming days, but I'll see if we can squeeze a fix for this into that release.

2 Likes