Column Title Alignment

QuestionsColumn Title Alignment
Julio Albuquerque asked 5 years ago

How to align only the column title?
For example, right align the column heading.

2 Answers
Abu answered 5 years ago

You can add this onpage css after include all css files.

<style>
.ui-jqgrid .ui-jqgrid-htable th.ui-th-column, .ui-th-column
{
text-align: right;
}
</style>

CHRISTIAN answered 4 years ago

you can apply only for some columns:

 

$col[‘title’]=”<div align=’right’>FIELD NAME</div>”

Your Answer

7 + 5 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?