TextColumn alignment()
Hello,
Is there anyway to align head to right and textcolumn to left?
when use alignment(), this is align both head and column.
5 Replies
I think you can use CSS for the column header
Mayebe, if we have headerAligment() method, I think it would be great.
@mszabeh Please read the #✅┊rules and don't tag maintainers if they are not already part of the conversation
Feel free to open a Feature request on Github
Unfortunately this is a tough one to do programmatically from the php side due to the nature of html tables. CSS really is the easiest way to do this.
Thank you 👌
👍🏻 🌹