-4
It is the following guys I have a table of data as you can see below, in it has the icon of an eye, of which when clicked makes a direction to another page passing the "id" of the file via url and giving an update in the line of the file, modifying a field from zero to one, soon after done this goes back to the table page and changes blue eye to red and vice versa, so far so good, my problem is the following I wanted to do exactly this process only that without running the refresh on the page so that when clicked it would update and change the color of the icon without the need to refresh the page, someone would know how to do this ?
To not refresh you have to use Ajax
– Isac