jQWidgets Forums

jQuery UI Widgets Forums Grid Grid header

Tagged: ,

This topic contains 4 replies, has 3 voices, and was last updated by  rama 11 years, 11 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Grid header Posts
  • Grid header #17318

    naatha
    Member

    Hello,

    Is it possible to make grid column header text in two lines?

    Thanks

    Grid header #17394

    Peter Stoev
    Keymaster

    Hi naatha,

    You can use this code:

    { text: ‘FirstName’, dataField: ‘firstname’, width: 100 }.

    Hope this helps.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Grid header #17399

    naatha
    Member

    Hello,

    It doesn’t work

    if the column header is “Programming Language”, it appears like “Programming Lan…”

    But i want it in two lines. Is it possible?

    thanks

    Grid header #17410

    Peter Stoev
    Keymaster

    Hi naatha,

    Sorry, I missed to format the code block in the previous post.

    { text: 'First<br/>Name', dataField: 'firstname', width: 100 }.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Grid header #18638

    rama
    Member

    I have even bigger header where I want to wrap it into three lines. I want to move the text to the top so that I can show three rows with making header height too big. CHow can I do this.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.