Is there any feature is available in Jquery / HTML 5 for align the table header text?
Thanks
Tamilmani Mohan
Hello Tamilmani,
I was just wondering did you have a chance to try my suggestion. If you still need any assistance on the matter, please do not hesitate to ask.
You can style the headers r the igGrid by applying the following style:
.ui-widget-header
{
text-align:right !important;
}
For additional reference about the styling of the igGrid you can check the following link from our documentation under the “Theming“ section:
http://help.infragistics.com/jQuery/2012.2/ui.iggrid
If you need any further assistance on this please do not hesitate to ask.