Skip to content

Commit

Permalink
Preserve pagination also when discarding recon matches
Browse files Browse the repository at this point in the history
  • Loading branch information
wetneb committed May 16, 2024
1 parent 7cca194 commit 4dc666e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ class ReconCellRenderer {
command,
params,
bodyParams,
{ cellsChanged: true, columnStatsChanged: columnStatsChanged },
{ cellsChanged: true, columnStatsChanged: columnStatsChanged, rowIdsPreserved: true, recordIdsPreserved: true },
{
onDone: function(o) {
if (o.cell.r) {
Expand Down

0 comments on commit 4dc666e

Please sign in to comment.