bosskmk / pluto_grid

PlutoGrid is a dataGrid for flutter that can be controlled by the keyboard on desktop and web. Of course, it works well on Android and IOS.
https://pluto.weblaze.dev
MIT License
637 stars 291 forks source link

[Bug] When I apply the filtering the view is not correct #921

Closed design2023 closed 10 months ago

design2023 commented 10 months ago

I used Renderer to replace the widget to TextField , After applying the filtering the values appear by the sorted not by the value therefore I printed the filtered list and it has the correct data

Before filtering 1

After filtering 2 3