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
664 stars 305 forks source link

How to get PlutoGrid value from PlutoGridStateManager with filtered? #908

Closed goycea closed 1 year ago

goycea commented 1 year ago

Discussed in https://github.com/bosskmk/pluto_grid/discussions/129

Originally posted by **allenlim-0627** January 16, 2021 Hi, I am currently trying to get values from PlutoGrid as filtered and changed column place but it gives me with hided columns value and static place. Could you help me about that? print("Headers: ${stateManager.refColumns.filterOrOriginalList.map((e) => e.title).toList()}"); print("Cells: ${stateManager.refRows.filterOrOriginalList.map((rows) { return [rows.cells.values.map((e) => e.value).toList()]; }).toList()}"); Headers gives me true list what I see in my mobile but as I said cells not give me like headers. Thank you.
github-actions[bot] commented 1 year ago

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

github-actions[bot] commented 1 year ago

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