Is there any way to display a static column value ( ex - "ClickHere" will display in the all rows with the "Details" as column header) in Jqgrid
? i am using spring MVC
Jackson
support for populate the jqgrid
by using a jsonReader
. i just need to have a static string as a column that not comes with the JSON
.
Ex -
Student Name
| Detail
|
XXXX | clickhere
YYYY | clickhere
I need to have 'clickHere' string hardcoded in a jqgrid column while i used studentName from the json object. Can this is doable?
Please let me know your thoughts. Thank you in advance