Binding an event to an item in jsGRid not working after first page – Jquery
I created a Grid using jsGrid library. the code is pasted below. On click of the image, the user should navigate to another page function fillpatientsGrid(){ $("#patientsgrid").jsGrid({ width: "90%", height: "600px" , sorting: true, paging: true, pageSize: 12, data: patientsData,…