Onchange hooks on quick edit in list view

Hi Team,

I have a marks field and have a js column as percentage. On change of marks via quick edit on list view, the percentage also should update. This works when I refresh the page, but not without it.
Is there any event which I can listen to for refreshing the js column? Whats the best way to achieve this?

Hello, I suggest you use a JS field to display the score and percentage in one cell, and refresh the current cell data after changing the data.

1 Like

Sure. Is quick edit supported on JS field?