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
635 stars 288 forks source link

[Bug] Use PlutoGridStateManager to select one row is not working when mode is select or selectWithOneTap #1032

Closed yuanhoujun closed 1 month ago

yuanhoujun commented 3 months ago

Steps to reproduce the bug

  1. Set PlutoGrid mode to PlutoGridMode.select.
  2. Call code as follow to select one row:
    _stateManager.setCurrentSelectingRowsByRange(event.rowIdx, event.rowIdx);

Execution Environment

Flutter version Flutter version is 3.19.2

PlutoGrid version PlutoGrid version is 8.0.0

OS macOS 14.2.1

github-actions[bot] commented 2 months ago

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

github-actions[bot] commented 1 month ago

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