I don't want to reset the page after an update. Specifically, when using forceUpdate()
, I want my grid to only update the data at the current pagination.
pagination: {
enabled: true,
limit: 25,
summary: false,
resetPageOnUpdate: false,
},
I see in pagination there is a resetPageOnUpdate
attribute, but when I use forceUpdate()
it doesn't seem to work and still resets the internal partition. Help me, thanks.