jQWidgets Forums

jQuery UI Widgets Forums Grid Display object as string

This topic contains 0 replies, has 1 voice, and was last updated by  robf 6 years, 3 months ago.

Viewing 1 post (of 1 total)
  • Author
  • Display object as string #104914

    robf
    Participant

    Hi,
    I have a JSON object that is displayed (rendered) inside a cell as string – i.e.
    cellsrenderer: function(row, column, value){return JSON.stringify(value)}

    The cell displays fine but was expecting to do a filter on any portion of the “string” but it seems to ignore it
    e.g.
    Below, want to specify filter [contains ‘Markup’] and get all rows that contain that word. Something different I need to do?

    "GlossEntry": {
    "ID": "SGML",
    		"SortAs": "SGML",
    		"GlossTerm": "Standard Generalized Markup Language",
    		"Acronym": "SGML",
    		"Abbrev": "ISO 8879:1986",
    		"GlossDef": {
    "para": "A meta-markup language, used to create markup languages such as DocBook.",
    			"GlossSeeAlso": ["GML", "XML"]
    },
    		"GlossSee": "markup"
    }
Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.