jQWidgets Forums

jQuery UI Widgets Forums TreeGrid Apply columns order

This topic contains 3 replies, has 2 voices, and was last updated by  Tyl 8 years, 2 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Apply columns order #92125

    Tyl
    Participant

    Hi,
    Is there a way in the jdxTreeGrid to programmatically apply a columns order change ?
    If yes does this feature exists in jqwidgets 4.2.1 ?

    Thanks

    Apply columns order #92141

    Tyl
    Participant

    I assume that there is no such feature in the jqxtreegrid ?

    Apply columns order #92148

    Hristo
    Participant

    Hello Tyl,

    You can change the order of the columns by set columns property with a new order of the columns.

    columns: [
    	{ text: 'second', datafield: 'second' },
    	{ text: 'first', datafield: 'first' }
    ]

    Best Regards,
    Hristo Hristov

    jQWidgets team
    http://www.jqwidgets.com

    Apply columns order #92150

    Tyl
    Participant

    Ok will try that.
    Thanks

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

You must be logged in to reply to this topic.