I Have an json array in the following format:
Object {field: "l0", headerText: "0-22", width: 120}
Object {field: "l1", headerText: "23-43", width: 120}
Object {field: "l2", headerText: "44-55", width: 120}
I want to delete a record on the basis of headerText value
i.e. I have value 0-22 and on the basis of this I have to delete this record. Is it possible?
Array.splice()