jQWidgets Forums

jQuery UI Widgets Forums Grid URN for grid id

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

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • URN for grid id #104879

    robf
    Participant

    Hi,
    For Grids, is there a way to use urn as the id? It seems when I pass this as the ID for the widget it removes all colons, dots, etc

    e.g.
    `
    “data”: [
    {
    “_id”: “xxx:yyy:zzzzzzz.aaaaa:5cb0abb6a574370bc39732b”,
    “message”: “xxx”,
    “type”: “report”
    }]

    id: ‘_id’,

    sortdirection: ‘desc’,
    dataFields: [
    {
    name: ‘_id’,
    type: ‘string’
    },
    `

    The resultant id in the grid is xxxyyyzzzzzzzaaaaa5cb0abb6a574370bc39732b

    Any ideas?

    Thanks

    URN for grid id #104886

    Martin
    Participant

    Hello robf,

    The id could consist only of letters and numbers. As you mentioned, the other characters are removed.

    Best Regards,
    Martin

    jQWidgets Team
    http://www.jqwidgets.com/

    URN for grid id #104895

    robf
    Participant

    Thanks, Martin.

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

You must be logged in to reply to this topic.