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] Design issue : issue with GridMode & SelectionMode #929

Closed vd3d closed 8 months ago

vd3d commented 10 months ago

Hi,

I have the feeling that there is a design issue with the grid, but please tell me if I'm wrong.

I'm trying to have a grid:

I have play with PlutoGridMode & PlutoGridSelectingMode, but no way... I can't find a way to have such grid.

To me, here we mix multiples concepts:

For example, the Syncfusion grid has such properties: https://help.syncfusion.com/flutter/datagrid/editing allowEditing: true, selectionMode: SelectionMode.single, navigationMode: GridNavigationMode.cell

Also, I noticed 2 issues:

The kind of combination I have tried:

PlutoGridMode.selectWithOneTap & PlutoGridSelectingMode.horizontal PlutoGridMode.select & PlutoGridSelectingMode.row PlutoGridMode.normal& PlutoGridSelectingMode.row ...

But there is no way to solve :-(

A'm I wrong ?

kAliert commented 10 months ago

I also struggle to find a way to do this. Would be happy if someone finds a way to solve this problem.

My requirement:

github-actions[bot] commented 9 months ago

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

github-actions[bot] commented 8 months ago

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