Skip to content

Instantly share code, notes, and snippets.

@fbuchinger
Created November 2, 2012 13:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fbuchinger/4001464 to your computer and use it in GitHub Desktop.
Save fbuchinger/4001464 to your computer and use it in GitHub Desktop.
IG Grid Dependency Data Structure
{
"idfield": "FNAME",
"data": {
"totalrowcount": 726,
"pagesize": 10,
"columns": [{
"name": "FNAME",
"label": "Vorname",
"datatype": "String"
}, {
"name": "LNAME",
"label": "Nachname",
"datatype": "String"
}],
"rows": [{
"EMPID": 279,
"FNAME": "1",
"LNAME": "Feuerwehr"
}, {
"EMPID": 285,
"FNAME": "2",
"LNAME": "Feuerwehr"
}, {
"EMPID": 793,
"FNAME": "3",
"LNAME": "Feuerwehr"
}, {
"EMPID": 442,
"FNAME": "4",
"LNAME": "Feuerwehr"
}, {
"EMPID": 357,
"FNAME": "A - Schicht",
"LNAME": "Gast2"
}, {
"EMPID": 420,
"FNAME": "A - Schicht",
"LNAME": "Gast1"
}, {
"EMPID": 802,
"FNAME": "Achim",
"LNAME": "Schneider"
}, {
"EMPID": 434,
"FNAME": "Achim",
"LNAME": "Schwabe"
}, {
"EMPID": 721,
"FNAME": "Achim",
"LNAME": "Schwabe"
}, {
"EMPID": 572,
"FNAME": "Albert",
"LNAME": "Richter"
}],
"rowactions": {}
},
"pagestate": {
"Page": 1,
"Sort": []
},
"datatype": "String",
"value": "",
"required": false,
"maxlength": 30,
"validation": null,
"validationmessage": null,
"isremotevalidation": false,
"widget": "Table",
"actions": [],
"name": "Table1",
"editable": true,
"visible": true,
"scripts": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment