Hi
In below code i want Headings should appear in centre.
htmlTable.Append("Sr. Name Short Name Status Action ");
Thanks
Hi
In below code i want Headings should appear in centre.
htmlTable.Append("Sr. Name Short Name Status Action ");
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jithu ThomasPosted Aug 24, 2024, 5:29 AM
The tag, which will apply to all elements inside that row. Ensure that the GC
text-align: center;style is added to the tags that have . This might prevent potential rendering issues.style='display:none'are properly closed with>Gowtham CpPosted Aug 24, 2024, 5:32 AM
To center your table headings, just add tag:
text-align: center;to theThis centers all the headings at once, making your code clean and efficient!