self.records: [
{
"Reg_code": 10001025,
"Name": "Chandan Kumar Penta",
"staticColumn": {
"Check": "Check1",
"HHHHH": ""
}
},
{
"Reg_code": 10001290,
"Name": "test_B2 ",
"staticColumn": {
"Check": "Check2",
"HHHHH": ""
}
},
{
"Reg_code": 10001028,
"Name": "Ronny Lewis",
"staticColumn": {
"Check": "Check3",
"HHHHH": ""
}
}
]
This is my JSON object. I want to sort on the basis on Check in AngularJS. Please help.