jQWidgets Forums

jQuery UI Widgets Forums Grid Sort error

This topic contains 2 replies, has 2 voices, and was last updated by  deyavirup 9 years, 4 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Sort error Posts
  • Sort error #80587

    deyavirup
    Participant

    Line: 375
    Error: Object doesn’t support property or method ‘_postrender’

    getting this error when trying to sort

    Sort error #80589

    Peter Stoev
    Keymaster

    Hi deyavirup,

    We cannot reproduce that. You can send us: https://www.jseditor.io/ sample which demonstrates such error.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Sort error #80613

    deyavirup
    Participant

    var Source3 =
    {
    datafields: [
    { name: ‘roomNum’, map: ‘roomNum’, type: ‘string’ },
    { name: ‘roomType’, map: ‘roomType’, type: ‘string’ },
    { name: ‘credits’, map: ‘credits’, type: ‘double’ },
    { name: ‘tdSvcCode’, map: ‘tdSvcCode’, type: ‘string’ },
    { name: ‘tdwnTime’, map: ‘roomNum’, type: ‘string’ },
    { name: ‘arriveTime’, map: ‘roomType’, type: ‘string’ },
    { name: ‘multiRoom’, map: ‘multiRoom’, type: ‘list’ },
    { name: ‘currVIPCode’, map: ‘currVIPCode’, type: ‘string’ },
    { name: ‘nextVIPCode’, map: ‘nextVIPCode’, type: ‘string’ },
    { name: ‘arrvDeptInd’, map: ‘arrvDeptInd’, type: ‘string’ },
    { name: ‘hkStation’, map: ‘hkStation’, type: ‘string’ },
    { name: ‘hkstatus’, map: ‘tdSvcCode’, type: ‘string’ }
    ],
    datatype: ‘json’,
    root: ‘constraint’,
    theme: “lsjqwidget-custom”,
    /* sortcolumn: ‘roomNum’,
    sortdirection: ‘asc’,*/
    localdata: turndownUnassignedBoard
    };

    In the above code, whenever I use the commented code I am getting the error.
    I am running the code in IE11

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

You must be logged in to reply to this topic.