Table refresh on value change
Summary
Question abount table refresh behavior when cell value with checkbox template is updatedContent
I am currently doing maintenace on a page that contains a table in which every editable value is assigned to a boolean checkbox template. When any checkbox value is changed the entire table refreshes but do not keep track of the current scroll position that the change ocurred.
The page currently uses data from an Array Data Provder (Legacy), which i kept as is, and link the checkbox value to the current row value. Is there a way to stop this refreshing of the table on every value change?
0