© 2026 Hedgehog Software, LLC
gridColumns = [ { field: "exam_Internalcode", title: 'Exam ID' }, { field: "patient", title: 'Patient Name' }, ]
gridData = [ { exam_Internalcode: 'I-12M4', patient: 'Mark Lenner', idblock: 125 }, ... ]
result = [ {'Exam ID': 'I-12M4', 'Patient Name': 'Mark Lenner'} //no idblock because there is no field for it in gridColumns ... ]