pluto_grid icon indicating copy to clipboard operation
pluto_grid copied to clipboard

Adding new rows while using filters doesn't filter new rows.

Open MajedDH opened this issue 2 years ago • 2 comments

When appendRows is used while there is already column filters enabled, the newly added columns are added as-is, they're not filtered. I think the list must be both filtered and sorted whenever new rows are added. or at least make it optional to sort. but they must obey the filtering criteria.

MajedDH avatar Apr 05 '22 12:04 MajedDH

When a row is added with appendRows, it is being appended after the existing row, regardless of the grid filter state.

This is my intention, and I agree to treat it as optional as you said.

bosskmk avatar Apr 05 '22 14:04 bosskmk

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Jul 31 '22 11:07 github-actions[bot]

This issue was closed because it has been inactive for 14 days since being marked as stale.

github-actions[bot] avatar Aug 16 '22 11:08 github-actions[bot]

@bosskmk Is there way to implement this with available methods? Could you share an example? I'd like the filter to be enforced for new rows as well, and I haven't found a viable solution yet.

programmeraditya avatar Jul 21 '23 12:07 programmeraditya